Searched refs:addCapture (Results 1 – 8 of 8) sorted by relevance
/external/easymock/src/org/easymock/internal/matchers/ |
D | Captures.java | 46 LastControl.getCurrentInvocation().addCapture((Captures<Object>) this, in matches()
|
/external/easymock/src/org/easymock/internal/ |
D | Invocation.java | 156 public void addCapture(Captures<Object> capture, Object value) { in addCapture() method in Invocation
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 496 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
|
D | DeclSpec.h | 2242 void addCapture(LambdaCaptureKind Kind, in addCapture() function
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 833 LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(), in buildInitCaptureField()
|
D | SemaExpr.cpp | 12484 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock() 12529 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc, in captureInCapturedRegion() 12761 LSI->addCapture(Var, /*IsBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
|
D | SemaDecl.cpp | 10327 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 1008 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, Init, InitCaptureParsedType); in ParseLambdaIntroducer()
|