Searched refs:addCapture (Results 1 - 8 of 8) sorted by relevance

/external/easymock/src/org/easymock/internal/matchers/
H A DCaptures.java46 LastControl.getCurrentInvocation().addCapture((Captures<Object>) this,
/external/easymock/src/org/easymock/internal/
H A DInvocation.java156 public void addCapture(Captures<Object> capture, Object value) { method in class:Invocation
/external/clang/include/clang/Sema/
H A DScopeInfo.h473 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, function in class:clang::sema::CapturingScopeInfo
H A DDeclSpec.h2186 void addCapture(LambdaCaptureKind Kind, function in struct:LambdaIntroducer
/external/clang/lib/Sema/
H A DSemaLambda.cpp828 LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(),
H A DSemaExpr.cpp11797 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc,
11842 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToEnclosingLocal, Loc,
12074 LSI->addCapture(Var, /*IsBlock=*/false, ByRef, RefersToEnclosingLocal,
H A DSemaDecl.cpp9836 LSI->addCapture(VD, /*IsBlock*/false, ByRef,
/external/clang/lib/Parse/
H A DParseExprCXX.cpp954 Intro.addCapture(Kind, Loc, Id, EllipsisLoc, Init, InitCaptureParsedType);

Completed in 5245 milliseconds