Home | History | Annotate | Download | only in Lex

Lines Matching refs:didn

286   // If we didn't consume the proper number of digits, there is a problem.
516 assert(!isPreprocessingNumberBody(*ThisTokEnd) && "didn't maximally munch?");
601 assert(s + 1 < ThisTokEnd && "didn't maximally munch?");
645 assert(s <= ThisTokEnd && "didn't maximally munch?");
751 assert(s < ThisTokEnd && "didn't maximally munch?");
812 assert(s < ThisTokEnd && "didn't maximally munch?");
1654 assert(SpellingPtr < SpellingEnd && "Didn't find byte offset!");