Home
last modified time | relevance | path

Searched defs:shouldVisitImplicitCode (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp45 bool shouldVisitImplicitCode() const { return false; } in checkASTDecl() function
H A DNoUncountedMembersChecker.cpp56 bool shouldVisitImplicitCode() const { return false; } in checkASTDecl() function
H A DRefCntblBaseVirtualDtorChecker.cpp49 bool shouldVisitImplicitCode() const { return false; } in checkASTDecl() function
H A DUncountedCallArgsChecker.cpp52 bool shouldVisitImplicitCode() const { return false; } in checkASTDecl() function
H A DUncountedLocalVarsChecker.cpp152 bool shouldVisitImplicitCode() const { return false; } in checkASTDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h140 bool shouldVisitImplicitCode() const { return true; } in shouldVisitImplicitCode() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporterLookupTable.cpp79 bool shouldVisitImplicitCode() const { return true; } in shouldVisitImplicitCode() function
H A DParentMapContext.cpp353 bool shouldVisitImplicitCode() const { return true; } in shouldVisitImplicitCode() function in ParentMapContext::ParentMap::ASTVisitor
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp51 bool shouldVisitImplicitCode() const { return true; } in checkASTDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp302 bool shouldVisitImplicitCode() const { return !IgnoreImplicitChildren; } in shouldVisitImplicitCode() function in clang::ast_matchers::internal::__anon62d4f9200111::MatchChildASTVisitor
708 bool shouldVisitImplicitCode() const { return true; } in shouldVisitImplicitCode() function in clang::ast_matchers::internal::__anon62d4f9200111::MatchASTVisitor
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp3029 bool shouldVisitImplicitCode() const { return true; } in shouldVisitImplicitCode() function