Home
last modified time | relevance | path

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

/external/easymock/src/org/easymock/internal/matchers/
DCaptures.java24 public class Captures<T> implements IArgumentMatcher, Serializable { class
32 public Captures(Capture<T> captured) { in Captures() method in Captures
/external/clang/lib/CodeGen/
DCGBlocks.h206 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
DCGException.cpp1336 SmallVector<const VarDecl *, 4> Captures; member
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp455 bool Captures = true; in determinePointerReadAttrs() local
/external/clang/include/clang/Sema/
DScopeInfo.h486 SmallVector<Capture, 4> Captures; variable
DDeclSpec.h2236 SmallVector<LambdaCapture, 4> Captures; member
/external/clang/lib/AST/
DExprCXX.cpp929 ArrayRef<Capture> Captures, in LambdaExpr()
992 ArrayRef<Capture> Captures, in Create()
DStmt.cpp1084 ArrayRef<Capture> Captures, in CapturedStmt()
1115 ArrayRef<Capture> Captures, in Create()
DDeclCXX.cpp1023 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
/external/clang/lib/Sema/
DSemaLambda.cpp1387 SmallVector<LambdaCapture, 4> Captures; in ActOnLambdaExpr() local
DSemaStmt.cpp3733 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList()
3860 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
DSemaExpr.cpp11290 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
/external/clang/include/clang/AST/
DDeclCXX.h583 Capture *Captures; member
DDecl.h3432 Capture *Captures; variable