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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp52 bool shouldVisitTemplateInstantiations() const { return true; } function in struct:__anon1698::PaddingChecker::LocalVisitor
/external/clang/unittests/Tooling/
H A DTestVisitor.h68 bool shouldVisitTemplateInstantiations() const { function in class:clang::TestVisitor
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp198 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon1177::MatchChildASTVisitor
485 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon1177::MatchASTVisitor
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h132 /// overriding shouldVisitTemplateInstantiations() in the derived class
155 bool shouldVisitTemplateInstantiations() const { return false; } function in class:clang::RecursiveASTVisitor
1626 if (getDerived().shouldVisitTemplateInstantiations() && \
1739 if (!getDerived().shouldVisitTemplateInstantiations() && \
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp319 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon1069::ObjCMigrator
363 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon1069::BodyMigrator
1690 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon1070::SuperInitChecker
/external/clang/lib/AST/
H A DASTContext.cpp8943 bool shouldVisitTemplateInstantiations() const { function in class:__anon1099::ParentMapASTVisitor

Completed in 261 milliseconds