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 70 bool hasUDSuffix() const {
Token.h 79 HasUDSuffix = 0x20, // This string or character literal has a ud-suffix.
260 bool hasUDSuffix() const { return (Flags & HasUDSuffix) ? true : false; }
  /external/clang/lib/Lex/
TokenConcatenation.cpp 220 if (!PrevTok.hasUDSuffix())
PPExpressions.cpp 227 if (Literal.hasUDSuffix())
272 if (PeekTok.hasUDSuffix())
Pragma.cpp 197 if (Tok.hasUDSuffix()) {
635 if (Tok.hasUDSuffix()) {
    [all...]
PPDirectives.cpp 854 } else if (StrTok.hasUDSuffix()) {
    [all...]
Preprocessor.cpp 760 if (Result.hasUDSuffix())
ModuleMap.cpp 824 if (LToken.hasUDSuffix()) {
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 286 if (Tok.hasUDSuffix())
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 197 milliseconds