Home
last modified time | relevance | path

Searched refs:isValidUDSuffix (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h111 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 DLiteralSupport.cpp1176 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 DLexer.cpp2169 StringLiteralParser::isValidUDSuffix(LangOpts, CompleteSuffix); in LexUDSuffix()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17140 << StringLiteralParser::isValidUDSuffix(getLangOpts(), II->getName()); in CheckLiteralOperatorDeclaration()