Searched refs:shouldVisitTemplateInstantiations (Results 1 - 7 of 7) sorted by relevance

/external/clang/unittests/Tooling/
H A DTestVisitor.h68 bool shouldVisitTemplateInstantiations() const { function in class:clang::TestVisitor
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp194 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon17765::MatchChildASTVisitor
471 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon17765::MatchASTVisitor
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h136 /// overriding shouldVisitTemplateInstantiations() in the derived class
147 bool shouldVisitTemplateInstantiations() const { return false; } function in class:clang::RecursiveASTVisitor
1412 if (getDerived().shouldVisitTemplateInstantiations() &&
1461 if (getDerived().shouldVisitTemplateInstantiations() &&
1511 if (getDerived().shouldVisitTemplateInstantiations() &&
1611 if (!getDerived().shouldVisitTemplateInstantiations() &&
1788 if (!getDerived().shouldVisitTemplateInstantiations() &&
H A DRecursiveASTVisitor.h129 /// overriding shouldVisitTemplateInstantiations() in the derived class
140 bool shouldVisitTemplateInstantiations() const { return false; } function in class:clang::RecursiveASTVisitor
1537 if (getDerived().shouldVisitTemplateInstantiations() && \
1646 if (!getDerived().shouldVisitTemplateInstantiations() && \
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp224 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon17685::ObjCMigrator
261 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon17685::BodyMigrator
1565 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon17686::SuperInitChecker
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp189 bool shouldVisitTemplateInstantiations() { return false; } function in class:__anon16424::CollectVisitor
/external/clang/lib/AST/
H A DASTContext.cpp8153 bool shouldVisitTemplateInstantiations() const { function in class:__anon17713::ParentMapASTVisitor

Completed in 309 milliseconds