HomeSort by relevance Sort by last modified time
    Searched refs:CaptureMap (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 131 /// CaptureMap - A map of captured variables to (index+1) into Captures.
132 llvm::DenseMap<VarDecl*, unsigned> CaptureMap;
  /external/clang/lib/Sema/
SemaExprObjC.cpp 261 unsigned &captureIndex = blockScope->CaptureMap[self];
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]

Completed in 26 milliseconds