Searched refs:isValidUDSuffix (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 111 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix); 305 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1176 if (isValidUDSuffix(LangOpts, UDSuffixBuf)) { in NumericLiteralParser() 1224 !isValidUDSuffix(LangOpts, StringRef(s, ThisTokEnd - s))) { in ParseDecimalOrOctalCommon() 1267 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts, in isValidUDSuffix() function in NumericLiteralParser 1411 !isValidUDSuffix(LangOpts, StringRef(s, ThisTokEnd - s))) { in ParseNumberStartingWithZero() 1440 !isValidUDSuffix(LangOpts, StringRef(s, ThisTokEnd - s))) { in ParseNumberStartingWithZero() 2469 bool StringLiteralParser::isValidUDSuffix(const LangOptions &LangOpts, in isValidUDSuffix() function in StringLiteralParser 2471 return NumericLiteralParser::isValidUDSuffix(LangOpts, Suffix) || in isValidUDSuffix()
|
| H A D | Lexer.cpp | 2169 StringLiteralParser::isValidUDSuffix(LangOpts, CompleteSuffix); in LexUDSuffix()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 17140 << StringLiteralParser::isValidUDSuffix(getLangOpts(), II->getName()); in CheckLiteralOperatorDeclaration()
|