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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugLoc.cpp269 MDNode *OldScope = Entry.first.get(); local
271 assert(OldScope != 0 && OldInlinedAt != 0 &&
275 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
277 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
323 MDNode *OldScope = Entry.first.get(); local
325 assert(OldScope != 0 && OldInlinedAt != 0 &&
329 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
331 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
/external/clang/lib/Parse/
H A DParser.cpp391 Scope *OldScope = getCurScope(); local
392 Actions.CurScope = OldScope->getParent();
395 delete OldScope;
397 ScopeCache[NumCachedScopes++] = OldScope;

Completed in 161 milliseconds