HomeSort by: relevance | last modified time | path
    Searched refs:hasUDSuffix (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 88 bool hasUDSuffix() const {
Token.h 80 HasUDSuffix = 0x20, // This string or character literal has a ud-suffix.
293 bool hasUDSuffix() const { return getFlag(HasUDSuffix); }
  /src/external/apache2/llvm/dist/clang/lib/Lex/
TokenConcatenation.cpp 241 if (!PrevTok.hasUDSuffix())
Pragma.cpp 237 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()) {
PPExpressions.cpp 311 if (Literal.hasUDSuffix())
368 if (PeekTok.hasUDSuffix())
Preprocessor.cpp 1336 if (Result.hasUDSuffix())
1372 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix())
PPDirectives.cpp 1211 } else if (StrTok.hasUDSuffix()) {
1361 } else if (StrTok.hasUDSuffix()) {
1444 if (StrTok.hasUDSuffix()) {
PPMacroExpansion.cpp 1817 else if (Tok.is(tok::string_literal) && !Tok.hasUDSuffix()) {
ModuleMap.cpp 1586 if (LToken.hasUDSuffix()) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTentative.cpp 917 FoundUDSuffix |= Tok.hasUDSuffix();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3676 if (Literal.hasUDSuffix()) {

Completed in 65 milliseconds