Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.h63 bool shouldIndexImplicitInstantiation() const;
H A DIndexTypeSourceInfo.cpp133 if (IndexCtx.shouldIndexImplicitInstantiation()) { in HandleTemplateSpecializationTypeLoc()
H A DIndexingContext.cpp40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation() function in IndexingContext
H A DIndexDecl.cpp729 if (isTemplateImplicitInstantiation(D) && !shouldIndexImplicitInstantiation()) in indexDecl()