Searched defs:ParentScope (Results 1 – 6 of 6) sorted by relevance
299 ACPI_PARSE_OBJECT *ParentScope; in AcpiPsCreateOp() local
47 unsigned ParentScope; member213 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation()232 unsigned &ParentScope) { in BuildScopeInformation()275 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) in BuildScopeInformation() local
6438 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef() local
10085 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local
992 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local1016 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
538 LexicalScope *ParentScope; variable