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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp52 bool shouldVisitTemplateInstantiations() const { return true; } function in struct:__anon4201::PaddingChecker::LocalVisitor
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp198 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon3705::MatchChildASTVisitor
485 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon3705::MatchASTVisitor
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp319 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon3600::ObjCMigrator
363 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon3600::BodyMigrator
1692 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon3601::SuperInitChecker
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h132 /// overriding shouldVisitTemplateInstantiations() in the derived class
149 bool shouldVisitTemplateInstantiations() const { return false; } function in class:clang::RecursiveASTVisitor
1542 if (getDerived().shouldVisitTemplateInstantiations() && \
1655 if (!getDerived().shouldVisitTemplateInstantiations() && \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8816 bool shouldVisitTemplateInstantiations() const { function in class:__anon3630::ParentMapASTVisitor

Completed in 176 milliseconds