Home
last modified time | relevance | path

Searched defs:shouldVisitLambdaBody (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp741 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 DSemaDeclCXX.cpp2514 bool shouldVisitLambdaBody() const { return false; } DiagnoseImmediateEscalatingReason() function