Searched refs:HasDependentValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp662 bool HasDependentValue local
665 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion);
683 for (SwitchCase *SC = SS->getSwitchCaseList(); SC && !HasDependentValue;
705 HasDependentValue = true;
748 HasDependentValue = true;
757 if (!HasDependentValue) {
762 if (!HasDependentValue && !TheDefaultStmt) {

Completed in 196 milliseconds