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

Declarations

tools/clang/include/clang/AST/Attr.h
   90   const char *getSpelling() const;

References

gen/tools/clang/include/clang/AST/StmtDataCollectors.inc
   30       addData(std::string(A->getSpelling()));
tools/clang/lib/AST/ASTDiagnostic.cpp
  461       OS << '\'' << At->getSpelling() << '\'';