Searched defs:ParentScope (Results 1 – 4 of 4) sorted by relevance
47 unsigned ParentScope; member216 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation()235 unsigned &ParentScope) { in BuildScopeInformation()278 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) in BuildScopeInformation() local
10667 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local
1026 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local1050 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
517 LexicalScope *ParentScope; variable