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

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

Completed in 73 milliseconds