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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h68 bool hasUDSuffix() const { function in class:clang::NumericLiteralParser
H A DToken.h268 bool hasUDSuffix() const { return (Flags & HasUDSuffix) ? true : false; } function in class:clang::Token
/external/clang/lib/Lex/
H A DPragma.cpp198 if (Tok.hasUDSuffix()) {
520 if (Tok.hasUDSuffix())
602 if (Tok.hasUDSuffix())
663 if (Tok.hasUDSuffix()) {
H A DTokenConcatenation.cpp219 if (!PrevTok.hasUDSuffix())
H A DPPExpressions.cpp219 if (Literal.hasUDSuffix())
259 if (PeekTok.hasUDSuffix())
H A DPPDirectives.cpp855 } else if (StrTok.hasUDSuffix()) {
991 } else if (StrTok.hasUDSuffix()) {
1082 if (StrTok.hasUDSuffix()) {
H A DPPMacroExpansion.cpp1121 if (Tok.hasUDSuffix())
H A DModuleMap.cpp620 if (LToken.hasUDSuffix()) {
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp278 if (Tok.hasUDSuffix())
/external/clang/lib/Sema/
H A DSemaExpr.cpp2649 if (Literal.hasUDSuffix()) {

Completed in 356 milliseconds