Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp47 unsigned ParentScope; member
216 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
DSemaDecl.cpp10667 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local
/external/clang/lib/Parse/
DParser.cpp1026 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
1050 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
/external/clang/lib/CodeGen/
DCodeGenFunction.h517 LexicalScope *ParentScope; variable