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

  /external/clang/include/clang/Lex/
Token.h 81 HasUDSuffix = 0x20, // This string or character literal has a ud-suffix.
261 bool hasUDSuffix() const { return (Flags & HasUDSuffix) ? true : false; }
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 47 milliseconds