OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parentscope
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Sema/
JumpDiagnostics.cpp
41
///
ParentScope
- The index in ScopeMap of the parent scope. This is 0 for
43
unsigned
ParentScope
;
56
GotoScope(unsigned
parentScope
, unsigned InDiag, unsigned OutDiag,
58
:
ParentScope
(
parentScope
), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
70
void BuildScopeInformation(Decl *D, unsigned &
ParentScope
);
72
unsigned &
ParentScope
);
110
assert(Scopes[B].
ParentScope
< B);
111
B = Scopes[B].
ParentScope
;
113
assert(Scopes[A].
ParentScope
< A)
[
all
...]
SemaTemplate.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/lib/Parse/
Parser.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGStmt.cpp
379
if (innermostScope != EHScopeStack::stable_end() &&
ParentScope
) {
380
ParentScope
->Labels.append(Labels.begin(), Labels.end());
[
all
...]
CodeGenFunction.h
506
LexicalScope *
ParentScope
;
514
: RunCleanupsScope(CGF), Range(Range),
ParentScope
(CGF.CurLexicalScope) {
539
CGF.CurLexicalScope =
ParentScope
;
[
all
...]
Completed in 1232 milliseconds