Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp75 if (IndexCtx.shouldIndexImplicitTemplateInsts()) { in VisitTemplateSpecializationTypeLoc()
DIndexing.cpp341 if (!IndexCtx.shouldIndexImplicitTemplateInsts()) in HandleTagDeclDefinition()
349 if (!IndexCtx.shouldIndexImplicitTemplateInsts()) in HandleCXXImplicitFunctionInstantiation()
445 if (IndexCtx.shouldIndexImplicitTemplateInsts()) in getTranslationUnitKind()
DIndexDecl.cpp289 (IndexCtx.shouldIndexImplicitTemplateInsts() || in VisitClassTemplateSpecializationDecl()
DIndexingContext.h356 bool shouldIndexImplicitTemplateInsts() const { in shouldIndexImplicitTemplateInsts() function