HomeSort by: relevance | last modified time | path
    Searched refs:isValidUDSuffix (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 100 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
278 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 742 if (isValidUDSuffix(LangOpts, UDSuffixBuf)) {
789 !isValidUDSuffix(LangOpts, StringRef(s, ThisTokEnd - s))) {
832 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts,
968 !isValidUDSuffix(LangOpts, StringRef(s, ThisTokEnd - s))) {
1945 bool StringLiteralParser::isValidUDSuffix(const LangOptions &LangOpts,
1947 return NumericLiteralParser::isValidUDSuffix(LangOpts, Suffix) ||
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 15835 << StringLiteralParser::isValidUDSuffix(getLangOpts(), LiteralName);

Completed in 24 milliseconds