Searched defs:Captures (Results 1 – 12 of 12) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 206 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 470 SmallVector<Capture, 4> Captures; variable
|
H A D | DeclSpec.h | 2230 SmallVector<LambdaCapture, 4> Captures; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 455 bool Captures = true; in determinePointerReadAttrs() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 933 ArrayRef<Capture> Captures, in LambdaExpr() 996 ArrayRef<Capture> Captures, in Create()
|
H A D | Stmt.cpp | 1079 ArrayRef<Capture> Captures, in CapturedStmt() 1110 ArrayRef<Capture> Captures, in Create()
|
H A D | DeclCXX.cpp | 1023 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1382 SmallVector<LambdaCapture, 4> Captures; in ActOnLambdaExpr() local
|
H A D | SemaStmt.cpp | 3444 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList() 3571 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
|
H A D | SemaExpr.cpp | 10783 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 583 Capture *Captures; member
|
H A D | Decl.h | 3379 Capture *Captures; variable
|