Searched defs:ParentScope (Results 1 – 5 of 5) sorted by relevance
47 unsigned ParentScope; member212 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation()231 unsigned &ParentScope) { in BuildScopeInformation()274 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) in BuildScopeInformation() local
6335 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef() local
9719 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local
987 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local1011 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
513 LexicalScope *ParentScope; variable