Home
last modified time | relevance | path

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

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