diff options
Diffstat (limited to 'clang/lib/Index/IndexingContext.h')
-rw-r--r-- | clang/lib/Index/IndexingContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Index/IndexingContext.h b/clang/lib/Index/IndexingContext.h index 7765fa73f82..3136878c080 100644 --- a/clang/lib/Index/IndexingContext.h +++ b/clang/lib/Index/IndexingContext.h @@ -63,6 +63,8 @@ public: bool shouldIndexParametersInDeclarations() const; + bool shouldIndexTemplateParameters() const; + static bool isTemplateImplicitInstantiation(const Decl *D); bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), |