Home
last modified time | relevance | path

Searched refs:origParentScope (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp77 void BuildScopeInformation(Stmt *S, unsigned &origParentScope);
273 void JumpScopeChecker::BuildScopeInformation(Stmt *S, unsigned &origParentScope) { in BuildScopeInformation() argument
277 unsigned independentParentScope = origParentScope; in BuildScopeInformation()
279 ? origParentScope : independentParentScope); in BuildScopeInformation()