Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DToken.h290 bool hasUDSuffix() const { return getFlag(HasUDSuffix); } in hasUDSuffix() function
DLiteralSupport.h78 bool hasUDSuffix() const { in hasUDSuffix() function
/external/clang/lib/Lex/
DTokenConcatenation.cpp233 if (!PrevTok.hasUDSuffix()) in AvoidConcat()
DPreprocessor.cpp832 if (Result.hasUDSuffix()) in FinishLexStringLiteral()
866 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
DPPExpressions.cpp279 if (Literal.hasUDSuffix()) in EvaluateValue()
328 if (PeekTok.hasUDSuffix()) in EvaluateValue()
DPragma.cpp206 if (Tok.hasUDSuffix()) { in Handle_Pragma()
528 if (Tok.hasUDSuffix()) { in ParsePragmaPushOrPopMacro()
DPPDirectives.cpp1175 } else if (StrTok.hasUDSuffix()) { in HandleLineDirective()
1311 } else if (StrTok.hasUDSuffix()) { in HandleDigitDirective()
1401 if (StrTok.hasUDSuffix()) { in HandleIdentSCCSDirective()
DModuleMap.cpp1171 if (LToken.hasUDSuffix()) { in consumeToken()
/external/clang/lib/Parse/
DParseTentative.cpp776 FoundUDSuffix |= Tok.hasUDSuffix(); in TryParseOperatorId()
/external/clang/lib/Sema/
DSemaExpr.cpp3268 if (Literal.hasUDSuffix()) { in ActOnNumericConstant()