Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexUDSuffix

1587 /// LexUDSuffix - Lex the ud-suffix production for user-defined literal suffixes
1589 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr,
1682 CurPtr = LexUDSuffix(Result, CurPtr, true);
1765 CurPtr = LexUDSuffix(Result, CurPtr, true);
1855 CurPtr = LexUDSuffix(Result, CurPtr, false);