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

Declarations

tools/clang/include/clang/Lex/Lexer.h
  302   static unsigned getSpelling(const Token &Tok, const char *&Buffer,

References

tools/clang/include/clang/Lex/Preprocessor.h
 1698     return Lexer::getSpelling(Tok, Buffer, SourceMgr, LangOpts, Invalid);
tools/clang/lib/Lex/LiteralSupport.cpp
 1546       Lexer::getSpelling(StringToks[i], ThisTokBuf, SM, Features,
 1821   unsigned TokLen = Lexer::getSpelling(Tok, SpellingPtr, SM, Features,
tools/clang/lib/Lex/ModuleMap.cpp
 1583         Lexer::getSpelling(LToken, Start, SourceMgr, L.getLangOpts());