Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp47 unsigned ParentScope; member
212 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
DSemaTemplate.cpp6335 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionTemplateDef() local
DSemaDecl.cpp9719 Scope *ParentScope = FnBodyScope->getParent(); in ActOnStartOfFunctionDef() local
/external/clang/lib/Parse/
DParser.cpp987 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
1011 Scope *ParentScope = getCurScope()->getParent(); in ParseFunctionDefinition() local
/external/clang/lib/CodeGen/
DCodeGenFunction.h513 LexicalScope *ParentScope; variable