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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp197 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon3031::MatchChildASTVisitor
474 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon3031::MatchASTVisitor
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h135 /// overriding shouldVisitTemplateInstantiations() in the derived class
147 bool shouldVisitTemplateInstantiations() const { return false; } function in class:clang::RecursiveASTVisitor
1539 if (getDerived().shouldVisitTemplateInstantiations() && \
1657 if (!getDerived().shouldVisitTemplateInstantiations() && \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp194 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon2954::ObjCMigrator
231 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon2954::BodyMigrator
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8157 bool shouldVisitTemplateInstantiations() const { function in class:__anon2979::ParentMapASTVisitor

Completed in 137 milliseconds