HomeSort by relevance Sort by last modified time
    Searched refs:hasUDSuffix (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 75 bool hasUDSuffix() const {
Token.h 83 HasUDSuffix = 0x20, // This string or character literal has a ud-suffix.
283 bool hasUDSuffix() const { return (Flags & HasUDSuffix) ? true : false; }
  /external/clang/lib/Lex/
TokenConcatenation.cpp 233 if (!PrevTok.hasUDSuffix())
PPExpressions.cpp 231 if (Literal.hasUDSuffix())
280 if (PeekTok.hasUDSuffix())
Preprocessor.cpp 776 if (Result.hasUDSuffix())
810 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix())
PPDirectives.cpp     [all...]
Pragma.cpp 201 if (Tok.hasUDSuffix()) {
523 if (Tok.hasUDSuffix()) {
    [all...]
ModuleMap.cpp     [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 709 FoundUDSuffix |= Tok.hasUDSuffix();
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 5254 milliseconds