HomeSort by: relevance | last modified time | path
    Searched defs:hasUDSuffix (Results 1 - 2 of 2) 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); }

Completed in 22 milliseconds