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

/external/clang/lib/Basic/
H A DDiagnostic.cpp491 /// TestPluralRange - Test if Val is in the parsed range. Modifies Start.
492 static bool TestPluralRange(unsigned Val, const char *&Start, const char *End) { function
523 if (TestPluralRange(ValMod, Start, End))
529 if (TestPluralRange(ValNo, Start, End))

Completed in 90 milliseconds