Searched defs:shouldVisitLambdaBody (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ | ||
H A D | ASTMatchFinder.cpp | 741 bool shouldVisitLambdaBody() const { return false; } in shouldVisitLambdaBody() function in clang::ast_matchers::internal::__anonbe2d60470111::MatchASTVisitor |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclCXX.cpp | 2514 bool shouldVisitLambdaBody() const { return false; } DiagnoseImmediateEscalatingReason() function |