Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h3573 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
/external/llvm-project/clang/include/clang/AST/
DDecl.h4213 bool hasCaptures() const { return NumCaptures || capturesCXXThis(); } in hasCaptures() function