| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | SortJavaScriptImports.cpp | 182 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 D | FixIt.cpp | 23 return Lexer::getSourceText(CharSourceRange::getTokenRange(Range), in getText()
|
| H A D | RefactoringCallbacks.cpp | 82 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 D | EditedSource.cpp | 180 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 D | RewriteObjCFoundationAPI.cpp | 689 StringRef text = Lexer::getSourceText( in getLiteralInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 24 return Lexer::getSourceText( in isSemicolonAtLocation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 103 StringRef getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 93 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 D | Lexer.h | 447 static StringRef getSourceText(CharSourceRange Range,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | Transforms.cpp | 542 str += Lexer::getSourceText( in GCRewriteFinalize()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 441 return Lexer::getSourceText(Range, AST.getSourceManager(), in getDeclValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1070 StringRef Source = Lexer::getSourceText( in printExprAsWritten()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | Lexer.cpp | 932 StringRef Lexer::getSourceText(CharSourceRange Range, in getSourceText() function in Lexer
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 2561 Lexer::getSourceText(CharSrcRange, SM, LangOpts, &Invalid); in GetDefaultValueString()
|