Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h3900 capture_range captures() { in captures() function
3903 capture_const_range captures() const { in captures() function
HDDeclCXX.h1101 capture_const_range captures() const { in captures() function
HDDecl.h4594 ArrayRef<Capture> captures() const { return {Captures, NumCaptures}; } in captures() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprCXX.cpp1353 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp1782 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local