Searched defs:Captures (Results 1 – 14 of 14) 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
|
D | CGException.cpp | 1336 SmallVector<const VarDecl *, 4> Captures; member
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 455 bool Captures = true; in determinePointerReadAttrs() local
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 486 SmallVector<Capture, 4> Captures; variable
|
D | DeclSpec.h | 2236 SmallVector<LambdaCapture, 4> Captures; member
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 929 ArrayRef<Capture> Captures, in LambdaExpr() 992 ArrayRef<Capture> Captures, in Create()
|
D | Stmt.cpp | 1084 ArrayRef<Capture> Captures, in CapturedStmt() 1115 ArrayRef<Capture> Captures, in Create()
|
D | DeclCXX.cpp | 1023 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1387 SmallVector<LambdaCapture, 4> Captures; in ActOnLambdaExpr() local
|
D | SemaStmt.cpp | 3733 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList() 3860 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
|
D | SemaExpr.cpp | 11290 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 583 Capture *Captures; member
|
D | Decl.h | 3432 Capture *Captures; variable
|