Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp73 void BuildScopeInformation(Stmt *S, unsigned &origParentScope);
287 void JumpScopeChecker::BuildScopeInformation(Stmt *S, unsigned &origParentScope) { in BuildScopeInformation() argument
291 unsigned independentParentScope = origParentScope; in BuildScopeInformation()
293 ? origParentScope : independentParentScope); in BuildScopeInformation()