Home
last modified time | relevance | path

Searched defs:Captures (Results 1 – 12 of 12) 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
/external/clang/include/clang/Sema/
DScopeInfo.h453 SmallVector<Capture, 4> Captures; variable
DDeclSpec.h2142 SmallVector<LambdaCapture, 4> Captures; member
/external/clang/lib/Sema/
DSemaLambda.cpp919 SmallVector<LambdaExpr::Capture, 4> Captures; in ActOnLambdaExpr() local
DSemaStmt.cpp3159 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList()
3222 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
DSemaExpr.cpp10173 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
/external/clang/lib/AST/
DStmt.cpp1032 ArrayRef<Capture> Captures, in CapturedStmt()
1063 ArrayRef<Capture> Captures, in Create()
DExprCXX.cpp860 ArrayRef<Capture> Captures, in LambdaExpr()
921 ArrayRef<Capture> Captures, in Create()
DDeclCXX.cpp934 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
/external/clang/include/clang/AST/
DDeclCXX.h553 Capture *Captures; member
DDecl.h3159 Capture *Captures; variable