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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp44 bool shouldVisitTemplateInstantiations() const { return true; } function in struct:__anon1080::UncountedLambdaCapturesChecker::LocalVisitor
H A DNoUncountedMembersChecker.cpp55 bool shouldVisitTemplateInstantiations() const { return true; } function in struct:__anon1076::NoUncountedMemberChecker::LocalVisitor
H A DRefCntblBaseVirtualDtorChecker.cpp48 bool shouldVisitTemplateInstantiations() const { return true; } function in struct:__anon1078::RefCntblBaseVirtualDtorChecker::LocalVisitor
H A DUncountedCallArgsChecker.cpp51 bool shouldVisitTemplateInstantiations() const { return true; } function in struct:__anon1079::UncountedCallArgsChecker::LocalVisitor
H A DUncountedLocalVarsChecker.cpp151 bool shouldVisitTemplateInstantiations() const { return true; } function in struct:__anon1081::UncountedLocalVarsChecker::LocalVisitor
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporterLookupTable.cpp78 bool shouldVisitTemplateInstantiations() const { return true; } function in struct:clang::__anon299::Builder
H A DParentMapContext.cpp351 bool shouldVisitTemplateInstantiations() const { return true; } function in class:ParentMapContext::ParentMap::ASTVisitor
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h139 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::CallGraph
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp105 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::tooling::__anon1145::AdditionalUSRFinder
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp50 bool shouldVisitTemplateInstantiations() const { return true; } function in struct:__anon1034::PaddingChecker::LocalVisitor
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp301 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon357::MatchChildASTVisitor
707 bool shouldVisitTemplateInstantiations() const { return true; } function in class:clang::ast_matchers::internal::__anon357::MatchASTVisitor
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp322 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon279::ObjCMigrator
366 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon279::BodyMigrator
1682 bool shouldVisitTemplateInstantiations() const { return false; } function in class:__anon280::SuperInitChecker
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecursiveASTVisitor.h156 /// overriding shouldVisitTemplateInstantiations() in the derived class
179 bool shouldVisitTemplateInstantiations() const { return false; } function in class:clang::RecursiveASTVisitor
1764 if (getDerived().shouldVisitTemplateInstantiations() && \
1910 if (!getDerived().shouldVisitTemplateInstantiations() && \

Completed in 389 milliseconds