Home
last modified time | relevance | path

Searched defs:capture_size (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h1066 unsigned capture_size() const { return getLambdaData().NumCaptures; } in capture_size() function
DStmt.h3620 unsigned capture_size() const { return NumCaptures; } in capture_size() function
DExprCXX.h1937 unsigned capture_size() const { return LambdaExprBits.NumCaptures; } in capture_size() function
/external/clang/include/clang/AST/
DStmt.h2158 unsigned capture_size() const { return NumCaptures; } in capture_size() function
DExprCXX.h1632 unsigned capture_size() const { return NumCaptures; } in capture_size() function