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

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

Completed in 100 milliseconds