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 (Flags & HasUDSuffix) ? true : false; } in hasUDSuffix() function
DLiteralSupport.h75 bool hasUDSuffix() const { in hasUDSuffix() function
/external/clang/lib/Lex/
DTokenConcatenation.cpp233 if (!PrevTok.hasUDSuffix()) in AvoidConcat()
DPreprocessor.cpp829 if (Result.hasUDSuffix()) in FinishLexStringLiteral()
863 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
DPPExpressions.cpp225 if (Literal.hasUDSuffix()) in EvaluateValue()
274 if (PeekTok.hasUDSuffix()) in EvaluateValue()
DPragma.cpp206 if (Tok.hasUDSuffix()) { in Handle_Pragma()
528 if (Tok.hasUDSuffix()) { in ParsePragmaPushOrPopMacro()
DPPDirectives.cpp1032 } else if (StrTok.hasUDSuffix()) { in HandleLineDirective()
1168 } else if (StrTok.hasUDSuffix()) { in HandleDigitDirective()
1259 if (StrTok.hasUDSuffix()) { in HandleIdentSCCSDirective()
DModuleMap.cpp1171 if (LToken.hasUDSuffix()) { in consumeToken()
/external/clang/lib/Parse/
DParseTentative.cpp707 FoundUDSuffix |= Tok.hasUDSuffix(); in TryParseOperatorId()
/external/clang/lib/Sema/
DSemaExpr.cpp3201 if (Literal.hasUDSuffix()) { in ActOnNumericConstant()