Searched defs:getSpelling (Results 1 – 7 of 7) sorted by relevance
52 CXString CXStoredDiagnostic::getSpelling() const { in getSpelling() function in CXStoredDiagnostic
108 CXString CXLoadedDiagnostic::getSpelling() const { in getSpelling() function in CXLoadedDiagnostic
61 CXString getSpelling() const override { in getSpelling() function in __anonb6c6155e0111::CXDiagnosticCustomNoteImpl
71 StringRef getSpelling() const { return Spelling; } in getSpelling() function
440 StringRef Preprocessor::getSpelling(const Token &Tok, in getSpelling() function in Preprocessor
285 StringRef Lexer::getSpelling(SourceLocation loc, in getSpelling() function in Lexer326 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr, in getSpelling() function in Lexer358 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer, in getSpelling() function in Lexer
839 StringRef Lexer::getSpelling(const Token &Tok, in getSpelling() function in clang::comments::Lexer