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 | 538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() function
|
D | DeclSpec.h | 2351 void addCapture(LambdaCaptureKind Kind, in addCapture() function
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 798 LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(), in buildInitCaptureField()
|
D | SemaExpr.cpp | 13370 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock() 13424 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc, in captureInCapturedRegion() 13546 LSI->addCapture(Var, /*IsBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()
|
D | SemaDecl.cpp | 11215 LSI->addCapture(VD, /*IsBlock*/false, ByRef, in RebuildLambdaScopeInfo()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 1020 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init, in ParseLambdaIntroducer()
|