Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h69 bool shouldIndexImplicitInstantiation() const;
H A DIndexTypeSourceInfo.cpp156 IndexCtx.shouldIndexImplicitInstantiation())) { in HandleTemplateSpecializationTypeLoc()
H A DIndexingContext.cpp52 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation() function in IndexingContext
H A DIndexDecl.cpp784 if (isTemplateImplicitInstantiation(D) && !shouldIndexImplicitInstantiation()) in indexDecl()