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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h293 bool hasUDSuffix() const { return getFlag(HasUDSuffix); } function in class:clang::Token
H A DLiteralSupport.h88 bool hasUDSuffix() const { function in class:clang::NumericLiteralParser
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenConcatenation.cpp241 if (!PrevTok.hasUDSuffix())
H A DPragma.cpp237 if (Tok.hasUDSuffix()) {
572 if (Tok.hasUDSuffix()) {
755 if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) {
1080 else if (DiagName.is(tok::string_literal) && !DiagName.hasUDSuffix()) {
H A DPPExpressions.cpp311 if (Literal.hasUDSuffix())
368 if (PeekTok.hasUDSuffix())
H A DPreprocessor.cpp1336 if (Result.hasUDSuffix())
1372 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix())
H A DPPDirectives.cpp1211 } else if (StrTok.hasUDSuffix()) {
1361 } else if (StrTok.hasUDSuffix()) {
1444 if (StrTok.hasUDSuffix()) {
H A DPPMacroExpansion.cpp1817 else if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) {
H A DModuleMap.cpp1586 if (LToken.hasUDSuffix()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp917 FoundUDSuffix |= Tok.hasUDSuffix();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3676 if (Literal.hasUDSuffix()) {

Completed in 360 milliseconds