Home
last modified time | relevance | path

Searched refs:shouldVisitLambdaBody (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DASTOps.h96 bool shouldVisitLambdaBody() const { return false; } shouldVisitLambdaBody() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedHeadersCheck.cpp58 bool shouldVisitLambdaBody() const { return false; } in shouldVisitLambdaBody() function in clang::tidy::modernize::__anon813512180111::ExternCRefutationVisitor
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp742 bool shouldVisitLambdaBody() const { return false; }
741 bool shouldVisitLambdaBody() const { return false; } shouldVisitLambdaBody() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h181 bool shouldVisitLambdaBody() const { return true; }
2267 VisitBody = VisitBody && getDerived().shouldVisitLambdaBody();
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2520 bool shouldVisitLambdaBody() const { return false; } DiagnoseImmediateEscalatingReason() function