Searched defs:origParentScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp77 void BuildScopeInformation(Stmt *S, unsigned &origParentScope);
270 void JumpScopeChecker::BuildScopeInformation(Stmt *S, unsigned &origParentScope) { argument
274 unsigned independentParentScope = origParentScope;
276 ? origParentScope : independentParentScope);

Completed in 70 milliseconds