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

Declarations

tools/clang/include/clang/Lex/Lexer.h
  312   static std::string getSpelling(const Token &Tok,

References

tools/clang/include/clang/Lex/Preprocessor.h
 1681     return Lexer::getSpelling(Tok, SourceMgr, LangOpts, Invalid);
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  826     std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts);