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.h303 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.cpp244 if (!PrevTok.hasUDSuffix()) in AvoidConcat()
H A DPragma.cpp238 if (Tok.hasUDSuffix()) { in Handle_Pragma()
592 if (Tok.hasUDSuffix()) { in ParsePragmaPushOrPopMacro()
775 if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) { in LexModuleNameComponent()
1090 else if (DiagName.is(tok::string_literal) && !DiagName.hasUDSuffix()) { in HandlePragma()
H A DPPExpressions.cpp315 if (Literal.hasUDSuffix()) in EvaluateValue()
380 if (PeekTok.hasUDSuffix()) in EvaluateValue()
H A DPreprocessor.cpp1365 if (Result.hasUDSuffix()) in FinishLexStringLiteral()
1401 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
H A DPPDirectives.cpp1511 } else if (StrTok.hasUDSuffix()) { in HandleLineDirective()
1662 } else if (StrTok.hasUDSuffix()) { in HandleDigitDirective()
1752 if (StrTok.hasUDSuffix()) { in HandleIdentSCCSDirective()
H A DPPMacroExpansion.cpp2015 else if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) { in ExpandBuiltinMacro()
H A DModuleMap.cpp1682 if (LToken.hasUDSuffix()) { in consumeToken()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1002 FoundUDSuffix |= Tok.hasUDSuffix(); in TryParseOperatorId()
H A DParseDeclCXX.cpp1081 if (!tokenIsLikeStringLiteral(T, getLangOpts()) || T.hasUDSuffix()) { in ParseStaticAssertDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3678 if (Literal.hasUDSuffix()) { in ActOnNumericConstant()