Home
last modified time | relevance | path

Searched defs:Captures (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h206 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h470 SmallVector<Capture, 4> Captures; variable
H A DDeclSpec.h2230 SmallVector<LambdaCapture, 4> Captures; member
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp455 bool Captures = true; in determinePointerReadAttrs() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp933 ArrayRef<Capture> Captures, in LambdaExpr()
996 ArrayRef<Capture> Captures, in Create()
H A DStmt.cpp1079 ArrayRef<Capture> Captures, in CapturedStmt()
1110 ArrayRef<Capture> Captures, in Create()
H A DDeclCXX.cpp1023 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1382 SmallVector<LambdaCapture, 4> Captures; in ActOnLambdaExpr() local
H A DSemaStmt.cpp3444 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList()
3571 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
H A DSemaExpr.cpp10783 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h583 Capture *Captures; member
H A DDecl.h3379 Capture *Captures; variable