Home
last modified time | relevance | path

Searched defs:getSpelling (Results 1 – 7 of 7) sorted by relevance

/external/clang/tools/libclang/
DCXStoredDiagnostic.cpp52 CXString CXStoredDiagnostic::getSpelling() const { in getSpelling() function in CXStoredDiagnostic
DCXLoadedDiagnostic.cpp108 CXString CXLoadedDiagnostic::getSpelling() const { in getSpelling() function in CXLoadedDiagnostic
DCIndexDiagnostic.cpp61 CXString getSpelling() const override { in getSpelling() function in __anonb6c6155e0111::CXDiagnosticCustomNoteImpl
/external/llvm/include/llvm/Option/
DArg.h71 StringRef getSpelling() const { return Spelling; } in getSpelling() function
/external/clang/lib/Lex/
DPreprocessor.cpp440 StringRef Preprocessor::getSpelling(const Token &Tok, in getSpelling() function in Preprocessor
DLexer.cpp285 StringRef Lexer::getSpelling(SourceLocation loc, in getSpelling() function in Lexer
326 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr, in getSpelling() function in Lexer
358 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer, in getSpelling() function in Lexer
/external/clang/lib/AST/
DCommentLexer.cpp839 StringRef Lexer::getSpelling(const Token &Tok, in getSpelling() function in clang::comments::Lexer