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

/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp59 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon3535::ParentMapASTVisitor
175 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon3535::MatchChildASTVisitor
400 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon3535::MatchASTVisitor
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp125 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon3447::ObjCMigrator
/external/clang/unittests/Tooling/
H A DTestVisitor.h55 bool shouldVisitTemplateInstantiations() const { function in class:clang::TestVisitor
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h133 /// overriding shouldVisitTemplateInstantiations() in the derived class
145 bool shouldVisitTemplateInstantiations() const { return false; } function in class:clang::RecursiveASTVisitor
1447 if (getDerived().shouldVisitTemplateInstantiations() &&
1497 if (getDerived().shouldVisitTemplateInstantiations() &&
1606 if (!getDerived().shouldVisitTemplateInstantiations() &&
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h137 /// overriding shouldVisitTemplateInstantiations() in the derived class
149 bool shouldVisitTemplateInstantiations() const { return false; } function in class:clang::cxindex::RecursiveASTVisitor
1377 if (getDerived().shouldVisitTemplateInstantiations() &&
1426 if (getDerived().shouldVisitTemplateInstantiations() &&
1535 if (!getDerived().shouldVisitTemplateInstantiations() &&

Completed in 149 milliseconds