Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexUDSuffix

1623 /// LexUDSuffix - Lex the ud-suffix production for user-defined literal suffixes
1625 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr,
1759 CurPtr = LexUDSuffix(Result, CurPtr, true);
1843 CurPtr = LexUDSuffix(Result, CurPtr, true);
1941 CurPtr = LexUDSuffix(Result, CurPtr, false);