Home
last modified time | relevance | path

Searched defs:shouldVisitLambdaBody (Results 1 – 4 of 4) 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.cpp741 bool shouldVisitLambdaBody() const { return false; } shouldVisitLambdaBody() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2520 bool shouldVisitLambdaBody() const { return false; } DiagnoseImmediateEscalatingReason() function