Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DAvoidCapturingLambdaCoroutinesCheck.cpp23 AST_MATCHER(LambdaExpr, hasCaptures) { return Node.capture_size() != 0U; } in AST_MATCHER() argument
/llvm-project/clang/include/clang/AST/
H A DDecl.h4625 bool hasCaptures() const { return NumCaptures || capturesCXXThis(); } hasCaptures() function