Searched defs:OldScope (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DDebugLoc.cpp283 MDNode *OldScope = Entry.first.get(); local
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(); local
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/
H A DParser.cpp370 Scope *OldScope = getCurScope(); local
371 Actions.CurScope = OldScope->getParent();
374 delete OldScope;
376 ScopeCache[NumCachedScopes++] = OldScope;

Completed in 74 milliseconds