HomeSort by relevance Sort by last modified time
    Searched defs:Captures (Results 1 - 10 of 10) sorted by null

  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 24 public class Captures<T> implements IArgumentMatcher, Serializable {
32 public Captures(Capture<T> captured) {
46 LastControl.getCurrentInvocation().addCapture((Captures<Object>) this,
  /external/clang/lib/CodeGen/
CGBlocks.h 187 /// no non-constant captures.
206 llvm::DenseMap<const VarDecl*, Capture> Captures;
238 it = Captures.find(var);
239 assert(it != Captures.end() && "no entry for variable!");
  /external/clang/lib/Sema/
SemaLambda.cpp 608 // Handle explicit captures.
612 C = Intro.Captures.begin(),
613 E = Intro.Captures.end();
    [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 335 // local variables, and C++1y initialized captures (which can have an
445 /// CaptureMap - A map of captured variables to (index+1) into Captures.
452 /// Captures - The captures.
453 SmallVector<Capture, 4> Captures;
466 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
468 CaptureMap[Var] = Captures.size();
475 Captures.push_back(Capture(Field, Init));
484 return Captures[CXXThisCaptureIndex - 1];
496 return Captures[CaptureMap[Var] - 1]
    [all...]
DeclSpec.h 211 /// \brief Captures information about "declaration specifiers".
738 /// \brief Captures information about "declaration specifiers" specific to
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 519 NumExplicitCaptures(0), ManglingNumber(0), ContextDecl(0), Captures(0),
535 /// \brief The number of captures in this lambda.
538 /// \brief The number of explicit captures in this lambda.
551 /// \brief The list of captures, both explicit and implicit, for this
553 Capture *Captures;
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 

Completed in 149 milliseconds