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/IR/
DebugLoc.cpp
240
MDNode *
OldScope
= Entry.first.get();
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();
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/
Parser.cpp
384
Scope *
OldScope
= getCurScope();
385
Actions.CurScope =
OldScope
->getParent();
388
delete
OldScope
;
390
ScopeCache[NumCachedScopes++] =
OldScope
;
[
all
...]
Completed in 863 milliseconds