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

Declarations

gen/tools/clang/include/clang/AST/Attrs.inc
11445   const char *getSpelling() const;

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
11920     return cast<PassObjectSizeAttr>(this)->getSpelling();
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  600     OS << " " << A->getSpelling();
tools/clang/lib/Sema/SemaChecking.cpp
13101             << Attr->getSpelling() << 1;