Home
last modified time | relevance | path

Searched refs:shouldVisitTemplateInstantiations (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DUncountedLambdaCapturesChecker.cpp44 bool shouldVisitTemplateInstantiations() const { return true; } in checkASTDecl() function
DNoUncountedMembersChecker.cpp55 bool shouldVisitTemplateInstantiations() const { return true; } in checkASTDecl() function
DRefCntblBaseVirtualDtorChecker.cpp48 bool shouldVisitTemplateInstantiations() const { return true; } in checkASTDecl() function
DUncountedCallArgsChecker.cpp51 bool shouldVisitTemplateInstantiations() const { return true; } in checkASTDecl() function
DUncountedLocalVarsChecker.cpp151 bool shouldVisitTemplateInstantiations() const { return true; } in checkASTDecl() function
/external/llvm-project/clang/lib/AST/
DASTImporterLookupTable.cpp78 bool shouldVisitTemplateInstantiations() const { return true; } in shouldVisitTemplateInstantiations() function
DParentMapContext.cpp227 bool shouldVisitTemplateInstantiations() const { return true; } in shouldVisitTemplateInstantiations() function in ParentMapContext::ParentMap::ASTVisitor
/external/clang/unittests/Tooling/
DTestVisitor.h68 bool shouldVisitTemplateInstantiations() const { in shouldVisitTemplateInstantiations() function
/external/llvm-project/clang/unittests/Tooling/
DTestVisitor.h79 bool shouldVisitTemplateInstantiations() const { in shouldVisitTemplateInstantiations() function
/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp52 bool shouldVisitTemplateInstantiations() const { return true; } in checkASTDecl() function
/external/llvm-project/clang/include/clang/Analysis/
DCallGraph.h139 bool shouldVisitTemplateInstantiations() const { return true; } in shouldVisitTemplateInstantiations() function
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp105 bool shouldVisitTemplateInstantiations() const { return true; } in shouldVisitTemplateInstantiations() function in clang::tooling::__anon590f5f360111::AdditionalUSRFinder
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp50 bool shouldVisitTemplateInstantiations() const { return true; } in checkASTDecl() function
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp198 bool shouldVisitTemplateInstantiations() const { return true; } in shouldVisitTemplateInstantiations() function in clang::ast_matchers::internal::__anonf927a3570111::MatchChildASTVisitor
485 bool shouldVisitTemplateInstantiations() const { return true; } in shouldVisitTemplateInstantiations() function in clang::ast_matchers::internal::__anonf927a3570111::MatchASTVisitor
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp274 bool shouldVisitTemplateInstantiations() const { return true; } in shouldVisitTemplateInstantiations() function in clang::ast_matchers::internal::__anon047f7aa50111::MatchChildASTVisitor
598 bool shouldVisitTemplateInstantiations() const { return true; } in shouldVisitTemplateInstantiations() function in clang::ast_matchers::internal::__anon047f7aa50111::MatchASTVisitor
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp322 bool shouldVisitTemplateInstantiations() const { return false; } in shouldVisitTemplateInstantiations() function in __anon6742ba770211::ObjCMigrator
366 bool shouldVisitTemplateInstantiations() const { return false; } in shouldVisitTemplateInstantiations() function in __anon6742ba770211::BodyMigrator
1684 bool shouldVisitTemplateInstantiations() const { return false; } in shouldVisitTemplateInstantiations() function in __anon6742ba770311::SuperInitChecker
/external/clang/lib/ARCMigrate/
DObjCMT.cpp319 bool shouldVisitTemplateInstantiations() const { return false; } in shouldVisitTemplateInstantiations() function in __anon04dd42e90211::ObjCMigrator
363 bool shouldVisitTemplateInstantiations() const { return false; } in shouldVisitTemplateInstantiations() function in __anon04dd42e90211::BodyMigrator
1690 bool shouldVisitTemplateInstantiations() const { return false; } in shouldVisitTemplateInstantiations() function in __anon04dd42e90311::SuperInitChecker
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h155 bool shouldVisitTemplateInstantiations() const { return false; } in shouldVisitTemplateInstantiations() function
1626 if (getDerived().shouldVisitTemplateInstantiations() && \
1739 if (!getDerived().shouldVisitTemplateInstantiations() && \
/external/llvm-project/clang/include/clang/AST/
DRecursiveASTVisitor.h179 bool shouldVisitTemplateInstantiations() const { return false; }
1751 if (getDerived().shouldVisitTemplateInstantiations() && \
1890 if (!getDerived().shouldVisitTemplateInstantiations() && \
/external/clang/lib/AST/
DASTContext.cpp8943 bool shouldVisitTemplateInstantiations() const { in shouldVisitTemplateInstantiations() function in __anon299e30c00611::ParentMapASTVisitor