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

  /external/llvm/lib/IR/
DebugLoc.cpp 240 MDNode *OldScope = Entry.first.get();
242 assert(OldScope != 0 && OldInlinedAt != 0 &&
246 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
248 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
294 MDNode *OldScope = Entry.first.get();
296 assert(OldScope != 0 && OldInlinedAt != 0 &&
300 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
302 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
  /external/clang/lib/Parse/
Parser.cpp 362 Scope *OldScope = getCurScope();
363 Actions.CurScope = OldScope->getParent();
366 delete OldScope;
368 ScopeCache[NumCachedScopes++] = OldScope;
    [all...]

Completed in 44 milliseconds