Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugLoc.cpp240 MDNode *OldScope = Entry.first.get(); in deleted() local
242 assert(OldScope != 0 && OldInlinedAt != 0 && in deleted()
246 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&& in deleted()
248 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt)); in deleted()
294 MDNode *OldScope = Entry.first.get(); in allUsesReplacedWith() local
296 assert(OldScope != 0 && OldInlinedAt != 0 && in allUsesReplacedWith()
300 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&& in allUsesReplacedWith()
302 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt)); in allUsesReplacedWith()
/external/clang/lib/Parse/
DParser.cpp384 Scope *OldScope = getCurScope(); in ExitScope() local
385 Actions.CurScope = OldScope->getParent(); in ExitScope()
388 delete OldScope; in ExitScope()
390 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()