Searched refs:hasUDSuffix (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h83 bool hasUDSuffix() const { function in class:clang::NumericLiteralParser
H A DToken.h293 bool hasUDSuffix() const { return getFlag(HasUDSuffix); } function in class:clang::Token
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp241 if (!PrevTok.hasUDSuffix())
H A DPragma.cpp232 if (Tok.hasUDSuffix()) {
567 if (Tok.hasUDSuffix()) {
750 if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) {
1075 else if (DiagName.is(tok::string_literal) && !DiagName.hasUDSuffix()) {
H A DPPExpressions.cpp291 if (Literal.hasUDSuffix())
340 if (PeekTok.hasUDSuffix())
H A DPreprocessor.cpp1320 if (Result.hasUDSuffix())
1354 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix())
H A DPPDirectives.cpp1184 } else if (StrTok.hasUDSuffix()) {
1334 } else if (StrTok.hasUDSuffix()) {
1417 if (StrTok.hasUDSuffix()) {
H A DModuleMap.cpp1552 if (LToken.hasUDSuffix()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp866 FoundUDSuffix |= Tok.hasUDSuffix();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3536 if (Literal.hasUDSuffix()) {

Completed in 303 milliseconds