Home
last modified time | relevance | path

Searched refs:getSourceText (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DSortJavaScriptImports.cpp182 unsigned PreviousSize = getSourceText(InsertionPoint).size(); in analyze()
192 << getSourceText(InsertionPoint) << "\nwith:\n" in analyze()
234 StringRef getSourceText(SourceRange Range) { in getSourceText() function in clang::format::JavaScriptImportSorter
235 return getSourceText(Range.getBegin(), Range.getEnd()); in getSourceText()
238 StringRef getSourceText(SourceLocation Begin, SourceLocation End) { in getSourceText() function in clang::format::JavaScriptImportSorter
257 StringRef ReferenceStmt = getSourceText(Reference.Range); in appendReference()
264 Buffer += getSourceText(Reference.Range.getBegin(), SymbolsStart); in appendReference()
269 Buffer += getSourceText(I->Range); in appendReference()
272 Buffer += getSourceText(SymbolsEnd, Reference.Range.getEnd()); in appendReference()
319 llvm::dbgs() << ", text: " << getSourceText(Reference.Range); in parseModuleReferences()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DFixIt.cpp23 return Lexer::getSourceText(CharSourceRange::getTokenRange(Range), in getText()
H A DRefactoringCallbacks.cpp82 Lexer::getSourceText(CharSourceRange::getTokenRange(To.getSourceRange()), in replaceStmtWithStmt()
218 ToText += Lexer::getSourceText(Source, *Result.SourceManager, in run()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp180 StringRef text = getSourceText(BeginOffs, B, Invalid); in commitInsertFromRange()
191 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); in commitInsertFromRange()
455 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() function in EditedSource
464 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
H A DRewriteObjCFoundationAPI.cpp689 StringRef text = Lexer::getSourceText( in getLiteralInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp24 return Lexer::getSourceText( in isSemicolonAtLocation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h103 StringRef getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp93 Lexer::getSourceText(CharSourceRange::getTokenRange(BeginLoc, EndLoc), in checkAndAddLocation()
558 llvm::StringRef ActualName = Lexer::getSourceText( in createRenameAtomicChanges()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h447 static StringRef getSourceText(CharSourceRange Range,
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.cpp542 str += Lexer::getSourceText( in GCRewriteFinalize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp441 return Lexer::getSourceText(Range, AST.getSourceManager(), in getDeclValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp1070 StringRef Source = Lexer::getSourceText( in printExprAsWritten()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp932 StringRef Lexer::getSourceText(CharSourceRange Range, in getSourceText() function in Lexer
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp2561 Lexer::getSourceText(CharSrcRange, SM, LangOpts, &Invalid); in GetDefaultValueString()