reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/PPDirectives.cpp
  110   if (Text.size() >= 2 && Text[0] == '_' &&
  110   if (Text.size() >= 2 && Text[0] == '_' &&
  111       (isUppercase(Text[1]) || Text[1] == '_'))
  111       (isUppercase(Text[1]) || Text[1] == '_'))
  117     if (Text.find("__") != StringRef::npos)