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 283 MDNode *OldScope = Entry.first.get();
285 assert(OldScope && OldInlinedAt &&
289 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
291 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
337 MDNode *OldScope = Entry.first.get();
339 assert(OldScope && OldInlinedAt &&
343 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
345 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
  /external/clang/lib/Parse/
Parser.cpp 370 Scope *OldScope = getCurScope();
371 Actions.CurScope = OldScope->getParent();
374 delete OldScope;
376 ScopeCache[NumCachedScopes++] = OldScope;
    [all...]

Completed in 81 milliseconds