aboutsummaryrefslogtreecommitdiff
path: root/lib/Index/IndexingContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Index/IndexingContext.h')
-rw-r--r--lib/Index/IndexingContext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Index/IndexingContext.h b/lib/Index/IndexingContext.h
index 933b0a2cda07..1ebf6f9ce67a 100644
--- a/lib/Index/IndexingContext.h
+++ b/lib/Index/IndexingContext.h
@@ -80,7 +80,8 @@ public:
bool indexDecl(const Decl *D);
- void indexTagDecl(const TagDecl *D);
+ void indexTagDecl(const TagDecl *D,
+ ArrayRef<SymbolRelation> Relations = None);
void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,
const DeclContext *DC = nullptr,