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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  151   if (AttrSpelling.startswith("__") && AttrSpelling.endswith("__")) {
  151   if (AttrSpelling.startswith("__") && AttrSpelling.endswith("__")) {
  152     AttrSpelling = AttrSpelling.substr(2, AttrSpelling.size() - 4);
  152     AttrSpelling = AttrSpelling.substr(2, AttrSpelling.size() - 4);
  152     AttrSpelling = AttrSpelling.substr(2, AttrSpelling.size() - 4);
  155   return AttrSpelling;