Searched defs:getSourceText (Results 1 – 5 of 5) sorted by relevance
115 static std::string getSourceText(const CXXDestructorDecl &Destructor) { in getSourceText() function
245 StringRef getSourceText(SourceRange Range) { in getSourceText() function in clang::format::JavaScriptImportSorter249 StringRef getSourceText(SourceLocation Begin, SourceLocation End) { in getSourceText() function in clang::format::JavaScriptImportSorter
454 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() function in EditedSource
96 std::string getSourceText(Token Begin, Token End) { in getSourceText() function in __anon134ba2be0111::LexerTest
961 StringRef Lexer::getSourceText(CharSourceRange Range, in getSourceText() function in Lexer