Home
last modified time | relevance | path

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

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