HomeSort by relevance Sort by last modified time
    Searched defs:Captures (Results 1 - 3 of 3) 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/include/clang/Sema/
ScopeInfo.h 131 /// CaptureMap - A map of captured variables to (index+1) into Captures.
134 /// Captures - The captured variables.
135 SmallVector<BlockDecl::Capture, 4> Captures;
137 /// CapturesCXXThis - Whether this block captures 'this'.
  /external/clang/lib/CodeGen/
CGBlocks.h 162 llvm::DenseMap<const VarDecl*, Capture> Captures;
165 /// no non-constant captures.
186 it = Captures.find(var);
187 assert(it != Captures.end() && "no entry for variable!");

Completed in 31 milliseconds