Home
last modified time | relevance | path

Searched defs:ParentScope (Results 1 – 6 of 6) sorted by relevance

/minix3/minix/drivers/power/acpi/parser/
H A Dpsobject.c299 ACPI_PARSE_OBJECT *ParentScope; in AcpiPsCreateOp() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp47 unsigned ParentScope; member
213 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
H A DSemaTemplate.cpp6438 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef() local
H A DSemaDecl.cpp10085 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp992 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
1016 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h538 LexicalScope *ParentScope; variable