From 7442d6faa2719e4e7d33a7021c406c5a4facd74d Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 16 Apr 2017 16:02:28 +0000 Subject: Vendor import of clang trunk r300422: https://llvm.org/svn/llvm-project/cfe/trunk@300422 --- lib/Index/IndexingContext.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Index/IndexingContext.h') diff --git a/lib/Index/IndexingContext.h b/lib/Index/IndexingContext.h index dd1dd328cd445..933b0a2cda072 100644 --- a/lib/Index/IndexingContext.h +++ b/lib/Index/IndexingContext.h @@ -58,7 +58,6 @@ public: return false; } - static bool isFunctionLocalDecl(const Decl *D); static bool isTemplateImplicitInstantiation(const Decl *D); bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), @@ -72,7 +71,7 @@ public: bool handleReference(const NamedDecl *D, SourceLocation Loc, const NamedDecl *Parent, const DeclContext *DC, - SymbolRoleSet Roles, + SymbolRoleSet Roles = SymbolRoleSet(), ArrayRef Relations = None, const Expr *RefE = nullptr, const Decl *RefD = nullptr); -- cgit v1.2.3