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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h82 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp628 if (isValidUDSuffix(PP.getLangOpts(),
662 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts, function in class:NumericLiteralParser
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10960 << NumericLiteralParser::isValidUDSuffix(getLangOpts(), LiteralName);

Completed in 135 milliseconds