Home
last modified time | relevance | path

Searched defs:getSourceText (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DVirtualClassDestructorCheck.cpp115 static std::string getSourceText(const CXXDestructorDecl &Destructor) { in getSourceText() function
/llvm-project-15.0.7/clang/lib/Format/
H A DSortJavaScriptImports.cpp245 StringRef getSourceText(SourceRange Range) { in getSourceText() function in clang::format::JavaScriptImportSorter
249 StringRef getSourceText(SourceLocation Begin, SourceLocation End) { in getSourceText() function in clang::format::JavaScriptImportSorter
/llvm-project-15.0.7/clang/lib/Edit/
H A DEditedSource.cpp454 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() function in EditedSource
/llvm-project-15.0.7/clang/unittests/Lex/
H A DLexerTest.cpp96 std::string getSourceText(Token Begin, Token End) { in getSourceText() function in __anon134ba2be0111::LexerTest
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp961 StringRef Lexer::getSourceText(CharSourceRange Range, in getSourceText() function in Lexer