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

Declarations

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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
11536     return cast<AlwaysInlineAttr>(this)->getSpelling();
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
   74     OS << " " << A->getSpelling();
tools/clang/lib/Sema/SemaDecl.cpp
 2555                                       &S.Context.Idents.get(AA->getSpelling()));