Searched refs:isValidUDSuffix (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h100 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
278 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp742 if (isValidUDSuffix(LangOpts, UDSuffixBuf)) {
789 !isValidUDSuffix(LangOpts, StringRef(s, ThisTokEnd - s))) {
832 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts, function in class:NumericLiteralParser
968 !isValidUDSuffix(LangOpts, StringRef(s, ThisTokEnd - s))) {
1945 bool StringLiteralParser::isValidUDSuffix(const LangOptions &LangOpts,
1947 return NumericLiteralParser::isValidUDSuffix(LangOpts, Suffix) ||
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp15835 << StringLiteralParser::isValidUDSuffix(getLangOpts(), LiteralName);

Completed in 135 milliseconds