Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DASTOps.h96 bool shouldVisitLambdaBody() const { return false; } in shouldVisitLambdaBody() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h180 bool shouldVisitLambdaBody() const { return true; }
2250 VisitBody = VisitBody && getDerived().shouldVisitLambdaBody();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2518 bool shouldVisitLambdaBody() const { return false; } in DiagnoseImmediateEscalatingReason() function