Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp454 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() function in EditedSource
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp979 StringRef Lexer::getSourceText(CharSourceRange Range, in getSourceText() function in Lexer