| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | SortJavaScriptImports.cpp | 177 StringRef PreviousText = getSourceText(InsertionPoint); in analyze() 241 StringRef getSourceText(SourceRange Range) { in getSourceText() function in clang::format::JavaScriptImportSorter 242 return getSourceText(Range.getBegin(), Range.getEnd()); in getSourceText() 245 StringRef getSourceText(SourceLocation Begin, SourceLocation End) { in getSourceText() function in clang::format::JavaScriptImportSorter 326 getSourceText(Reference.Range.getBegin(), Reference.Range.getEnd()); in appendReference() 338 StringRef ReferenceStmt = getSourceText(Reference.Range); in appendReference() 343 Buffer += getSourceText(Reference.Range.getBegin(), Reference.SymbolsStart); in appendReference() 346 Buffer += getSourceText(Symbols.front().Range); in appendReference() 349 Buffer += getSourceText(Symbol.Range); in appendReference() 353 Buffer += getSourceText(Reference.SymbolsEnd, Reference.Range.getEnd()); in appendReference() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | FixIt.cpp | 22 return Lexer::getSourceText(Range, Context.getSourceManager(), in getText()
|
| H A D | RefactoringCallbacks.cpp | 81 Lexer::getSourceText(CharSourceRange::getTokenRange(To.getSourceRange()), in replaceStmtWithStmt() 217 ToText += Lexer::getSourceText(Source, *Result.SourceManager, in run()
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 177 StringRef text = getSourceText(BeginOffs, B, Invalid); in commitInsertFromRange() 188 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); in commitInsertFromRange() 452 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() function in EditedSource 461 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
|
| H A D | RewriteObjCFoundationAPI.cpp | 689 StringRef text = Lexer::getSourceText( in getLiteralInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | FixitUtil.cpp | 190 StringRef Text = Lexer::getSourceText(CSR, SM, LangOpts, &Invalid); in getRangeText() 223 return Lexer::getSourceText( in getExprText()
|
| H A D | MacroExpansionContext.cpp | 130 return Lexer::getSourceText( in getOriginalText()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 24 return Lexer::getSourceText( in isSemicolonAtLocation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 102 StringRef getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 92 Lexer::getSourceText(CharSourceRange::getTokenRange(BeginLoc, EndLoc), in checkAndAddLocation() 574 llvm::StringRef ActualName = Lexer::getSourceText( in createRenameAtomicChanges()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 497 static StringRef getSourceText(CharSourceRange Range,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 33 return Lexer::getSourceText(Range, Context.getSourceManager(), in getText()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 360 llvm::StringRef Code = clang::Lexer::getSourceText( in writeCode()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 1981 std::string ConditionText = std::string(Lexer::getSourceText( in constructDebugPieceForTrackedCondition() 2935 Out << Lexer::getSourceText(R, SM, LO); in patternMatch() 2989 << Lexer::getSourceText( in patternMatch()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1456 StringRef Source = Lexer::getSourceText( in printExprAsWritten()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 3264 Lexer::getSourceText(CharSourceRange::getTokenRange( in suppressDeallocationsInSuspiciousContexts()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1020 StringRef Lexer::getSourceText(CharSourceRange Range, in getSourceText() function in Lexer
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 13086 Lexer::getSourceText(ExprRange, S.getSourceManager(), S.getLangOpts()); in diagnoseXorMisusedAsPow() 13091 Lexer::getSourceText(XorRange, S.getSourceManager(), S.getLangOpts()); in diagnoseXorMisusedAsPow() 13096 std::string LHSStr = std::string(Lexer::getSourceText( in diagnoseXorMisusedAsPow() 13099 std::string RHSStr = std::string(Lexer::getSourceText( in diagnoseXorMisusedAsPow()
|
| H A D | SemaCodeComplete.cpp | 3217 Lexer::getSourceText(CharSrcRange, SM, LangOpts, &Invalid); in GetDefaultValueString()
|
| H A D | SemaChecking.cpp | 12739 StringRef SR = clang::Lexer::getSourceText( in AnalyzeImplicitConversions()
|
| H A D | SemaDeclCXX.cpp | 5737 Lexer::getSourceText( in DiagnoseBaseOrMemInitializerOrder()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 264 Lexer::getSourceText(ExpansionRange, SM, PP.getLangOpts()); in ParseGNUAttributes()
|