Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DVirtualClassDestructorCheck.cpp115 static std::string getSourceText(const CXXDestructorDecl &Destructor) { in getSourceText() function
/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp243 StringRef getSourceText(SourceRange Range) { in getSourceText() function in clang::format::JavaScriptImportSorter
247 StringRef getSourceText(SourceLocation Begin, SourceLocation End) { in getSourceText() function in clang::format::JavaScriptImportSorter
/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp454 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() function in EditedSource
/llvm-project/clang/unittests/Lex/
H A DLexerTest.cpp93 std::string getSourceText(Token Begin, Token End) { in getSourceText() function in __anonaa1c73410111::LexerTest
[all...]
/llvm-project/clang/lib/Lex/
H A DLexer.cpp1024 StringRef Lexer::getSourceText(CharSourceRange Range, getSourceText() function in Lexer