Home
last modified time | relevance | path

Searched defs:getSpelling (Results 1 – 8 of 8) 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 __anon84ae59ac0111::CXDiagnosticCustomNoteImpl
/external/llvm/include/llvm/Option/
DArg.h71 StringRef getSpelling() const { return Spelling; } in getSpelling() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DArg.h74 StringRef getSpelling() const { return Spelling; } in getSpelling() function
/external/clang/lib/Lex/
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
DPreprocessor.cpp440 StringRef Preprocessor::getSpelling(const Token &Tok, in getSpelling() function in Preprocessor
/external/clang/lib/AST/
DCommentLexer.cpp839 StringRef Lexer::getSpelling(const Token &Tok, in getSpelling() function in clang::comments::Lexer