OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OldScope
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/VMCore/
DebugLoc.cpp
269
MDNode *
OldScope
= Entry.first.get();
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();
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/
Parser.cpp
319
Scope *
OldScope
= getCurScope();
320
Actions.CurScope =
OldScope
->getParent();
323
delete
OldScope
;
325
ScopeCache[NumCachedScopes++] =
OldScope
;
[
all
...]
Completed in 317 milliseconds