Searched defs:shouldVisitLambdaBody (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ | ||
H A D | ASTOps.h | 96 bool shouldVisitLambdaBody() const { return false; } shouldVisitLambdaBody() function |
/llvm-project/clang-tools-extra/clang-tidy/modernize/ | ||
H A D | DeprecatedHeadersCheck.cpp | 58 bool shouldVisitLambdaBody() const { return false; } in shouldVisitLambdaBody() function in clang::tidy::modernize::__anon813512180111::ExternCRefutationVisitor |
/llvm-project/clang/lib/ASTMatchers/ | ||
H A D | ASTMatchFinder.cpp | 741 bool shouldVisitLambdaBody() const { return false; } shouldVisitLambdaBody() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclCXX.cpp | 2520 bool shouldVisitLambdaBody() const { return false; } DiagnoseImmediateEscalatingReason() function |