Home
last modified time | relevance | path

Searched refs:hasUDSuffix (Results 1 – 20 of 20) 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/llvm-project/clang/include/clang/Lex/
DToken.h293 bool hasUDSuffix() const { return getFlag(HasUDSuffix); } in hasUDSuffix() function
DLiteralSupport.h87 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/llvm-project/clang/lib/Lex/
DTokenConcatenation.cpp241 if (!PrevTok.hasUDSuffix()) in AvoidConcat()
DPragma.cpp237 if (Tok.hasUDSuffix()) { in Handle_Pragma()
572 if (Tok.hasUDSuffix()) { in ParsePragmaPushOrPopMacro()
755 if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) { in LexModuleNameComponent()
1080 else if (DiagName.is(tok::string_literal) && !DiagName.hasUDSuffix()) { in HandlePragma()
DPPExpressions.cpp311 if (Literal.hasUDSuffix()) in EvaluateValue()
360 if (PeekTok.hasUDSuffix()) in EvaluateValue()
DPreprocessor.cpp1340 if (Result.hasUDSuffix()) in FinishLexStringLiteral()
1376 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
DPPDirectives.cpp1187 } else if (StrTok.hasUDSuffix()) { in HandleLineDirective()
1337 } else if (StrTok.hasUDSuffix()) { in HandleDigitDirective()
1420 if (StrTok.hasUDSuffix()) { in HandleIdentSCCSDirective()
DModuleMap.cpp1577 if (LToken.hasUDSuffix()) { in consumeToken()
/external/clang/lib/Parse/
DParseTentative.cpp776 FoundUDSuffix |= Tok.hasUDSuffix(); in TryParseOperatorId()
/external/llvm-project/clang/lib/Parse/
DParseTentative.cpp917 FoundUDSuffix |= Tok.hasUDSuffix(); in TryParseOperatorId()
/external/clang/lib/Sema/
DSemaExpr.cpp3268 if (Literal.hasUDSuffix()) { in ActOnNumericConstant()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3680 if (Literal.hasUDSuffix()) { in ActOnNumericConstant()