Searched defs:Captures (Results 1 – 13 of 13) 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/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 452 bool Captures = true; in determinePointerReadAttrs() local
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 463 SmallVector<Capture, 4> Captures; variable
|
D | DeclSpec.h | 2180 SmallVector<LambdaCapture, 4> Captures; member
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 924 ArrayRef<Capture> Captures, in LambdaExpr() 987 ArrayRef<Capture> Captures, in Create()
|
D | Stmt.cpp | 1025 ArrayRef<Capture> Captures, in CapturedStmt() 1056 ArrayRef<Capture> Captures, in Create()
|
D | DeclCXX.cpp | 1016 llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures, in getCaptureFields()
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1377 SmallVector<LambdaCapture, 4> Captures; in ActOnLambdaExpr() local
|
D | SemaStmt.cpp | 3339 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList() 3461 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
|
D | SemaExpr.cpp | 10604 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 577 Capture *Captures; member
|
D | Decl.h | 3277 Capture *Captures; variable
|