Home
last modified time | relevance | path

Searched refs:hasUDSuffix (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h305 bool hasUDSuffix() const { return getFlag(HasUDSuffix); } in hasUDSuffix() function
H A DLiteralSupport.h99 bool hasUDSuffix() const { in hasUDSuffix() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp248 if (!PrevTok.hasUDSuffix()) in AvoidConcat()
H A DPragma.cpp234 if (Tok.hasUDSuffix()) { in Handle_Pragma()
588 if (Tok.hasUDSuffix()) { in ParsePragmaPushOrPopMacro()
770 if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) { in LexModuleNameComponent()
1083 else if (DiagName.is(tok::string_literal) && !DiagName.hasUDSuffix()) { in HandlePragma()
H A DPPExpressions.cpp317 if (Literal.hasUDSuffix()) in EvaluateValue()
380 if (PeekTok.hasUDSuffix()) in EvaluateValue()
H A DPreprocessor.cpp1397 if (Result.hasUDSuffix()) in FinishLexStringLiteral()
1433 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
H A DPPDirectives.cpp1537 } else if (StrTok.hasUDSuffix()) { in HandleLineDirective()
1688 } else if (StrTok.hasUDSuffix()) { in HandleDigitDirective()
1777 if (StrTok.hasUDSuffix()) { in HandleIdentSCCSDirective()
H A DModuleMapFile.cpp921 if (LToken.hasUDSuffix()) { in consumeToken()
H A DPPMacroExpansion.cpp1968 else if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) { in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp835 FoundUDSuffix |= Tok.hasUDSuffix(); in TryParseOperatorId()
H A DParseDeclCXX.cpp986 if (!tokenIsLikeStringLiteral(T, getLangOpts()) || T.hasUDSuffix()) { in ParseStaticAssertDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3727 if (Literal.hasUDSuffix()) { in ActOnNumericConstant()