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

/external/clang/include/clang/Lex/
H A DToken.h261 bool hasUDSuffix() const { return (Flags & HasUDSuffix) ? true : false; } function in class:clang::Token
H A DLiteralSupport.h75 bool hasUDSuffix() const { function in class:clang::NumericLiteralParser
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp220 if (!PrevTok.hasUDSuffix())
H A DPreprocessor.cpp750 if (Result.hasUDSuffix())
784 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix())
H A DPPExpressions.cpp231 if (Literal.hasUDSuffix())
277 if (PeekTok.hasUDSuffix())
H A DPPDirectives.cpp953 } else if (StrTok.hasUDSuffix()) {
1089 } else if (StrTok.hasUDSuffix()) {
1180 if (StrTok.hasUDSuffix()) {
H A DPragma.cpp203 if (Tok.hasUDSuffix()) {
525 if (Tok.hasUDSuffix()) {
H A DModuleMap.cpp1117 if (LToken.hasUDSuffix()) {
/external/clang/lib/Parse/
H A DParseTentative.cpp707 FoundUDSuffix |= Tok.hasUDSuffix();
/external/clang/lib/Sema/
H A DSemaExpr.cpp3074 if (Literal.hasUDSuffix()) {

Completed in 151 milliseconds