Home
last modified time | relevance | path

Searched refs:shouldIndexImplicitInstantiation (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Index/
DIndexingContext.h62 bool shouldIndexImplicitInstantiation() const;
DIndexTypeSourceInfo.cpp145 IndexCtx.shouldIndexImplicitInstantiation())) { in HandleTemplateSpecializationTypeLoc()
DIndexingContext.cpp40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation() function in IndexingContext
DIndexDecl.cpp740 if (isTemplateImplicitInstantiation(D) && !shouldIndexImplicitInstantiation()) in indexDecl()