Searched defs:Captures (Results 1 – 12 of 12) sorted by relevance
/external/easymock/src/org/easymock/internal/matchers/ |
D | Captures.java | 24 public class Captures<T> implements IArgumentMatcher, Serializable { class 32 public Captures(Capture<T> captured) { in Captures() method in Captures
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.h | 206 llvm::DenseMap<const VarDecl*, Capture> Captures; variable
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 453 SmallVector<Capture, 4> Captures; variable
|
D | DeclSpec.h | 2142 SmallVector<LambdaCapture, 4> Captures; member
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 919 SmallVector<LambdaExpr::Capture, 4> Captures; in ActOnLambdaExpr() local
|
D | SemaStmt.cpp | 3159 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList() 3222 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
|
D | SemaExpr.cpp | 10173 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1032 ArrayRef<Capture> Captures, in CapturedStmt() 1063 ArrayRef<Capture> Captures, in Create()
|
D | ExprCXX.cpp | 860 ArrayRef<Capture> Captures, in LambdaExpr() 921 ArrayRef<Capture> Captures, in Create()
|
D | DeclCXX.cpp | 934 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 553 Capture *Captures; member
|
D | Decl.h | 3159 Capture *Captures; variable
|