Home
last modified time | relevance | path

Searched defs:Captures (Results 1 – 13 of 13) 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/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp452 bool Captures = true; in determinePointerReadAttrs() local
/external/clang/include/clang/Sema/
DScopeInfo.h463 SmallVector<Capture, 4> Captures; variable
DDeclSpec.h2180 SmallVector<LambdaCapture, 4> Captures; member
/external/clang/lib/AST/
DExprCXX.cpp924 ArrayRef<Capture> Captures, in LambdaExpr()
987 ArrayRef<Capture> Captures, in Create()
DStmt.cpp1025 ArrayRef<Capture> Captures, in CapturedStmt()
1056 ArrayRef<Capture> Captures, in Create()
DDeclCXX.cpp1016 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
/external/clang/lib/Sema/
DSemaLambda.cpp1377 SmallVector<LambdaCapture, 4> Captures; in ActOnLambdaExpr() local
DSemaStmt.cpp3339 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList()
3461 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
DSemaExpr.cpp10604 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
/external/clang/include/clang/AST/
DDeclCXX.h577 Capture *Captures; member
DDecl.h3277 Capture *Captures; variable