Searched defs:ParentScope (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp41 /// ParentScope - The index in ScopeMap of the parent scope. This is 0 for
43 unsigned ParentScope; member in struct:__anon3709::JumpScopeChecker::GotoScope
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);
114 A = Scopes[A].ParentScope;
220 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { argument
237 BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl, unsigned &ParentScope) argument
282 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) local
[all...]
H A DSemaTemplate.cpp5630 Scope *ParentScope = FnBodyScope->getParent(); local
5633 Decl *DP = HandleDeclarator(ParentScope, D,
H A DSemaDecl.cpp7531 Scope *ParentScope = FnBodyScope->getParent(); local
7534 Decl *DP = HandleDeclarator(ParentScope, D, MultiTemplateParamsArg());
/external/clang/lib/Parse/
H A DParser.cpp978 Scope *ParentScope = getCurScope()->getParent(); local
981 Decl *DP = Actions.HandleDeclarator(ParentScope, D,
1011 Scope *ParentScope = getCurScope()->getParent(); local
1014 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D,

Completed in 239 milliseconds