/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | UnicodeCharRanges.h | 55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet() 57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet() 95 const CharRanges Ranges; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | AffectedRangeManager.h | 28 const ArrayRef<CharSourceRange> Ranges) in AffectedRangeManager() 59 const SmallVector<CharSourceRange, 8> Ranges; variable
|
H A D | Format.cpp | 2974 affectsRange(ArrayRef<tooling::Range> Ranges,unsigned Start,unsigned End) affectsRange() argument 3044 sortCppIncludes(const FormatStyle & Style,const SmallVectorImpl<IncludeDirective> & Includes,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument 3141 sortCppIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument 3270 sortJavaImports(const FormatStyle & Style,const SmallVectorImpl<JavaImportDirective> & Imports,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces) sortJavaImports() argument 3351 sortJavaImports(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,tooling::Replacements & Replaces) sortJavaImports() argument 3412 sortIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,unsigned * Cursor) sortIncludes() argument 3469 __anon79e69e6d0a02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) formatReplacements() argument 3470 __anon79e69e6d0b02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) formatReplacements() argument 3569 __anon79e69e6d0d02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) cleanupAroundReplacements() argument 3581 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,unsigned FirstStartColumn,unsigned NextStartColumn,unsigned LastStartColumn,StringRef FileName,FormattingAttemptStatus * Status) reformat() argument 3610 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); reformat() local 3767 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,FormattingAttemptStatus * Status) reformat() argument 3778 cleanup(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) cleanup() argument 3790 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,bool * IncompleteFormat) reformat() argument 3801 fixNamespaceEndComments(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) fixNamespaceEndComments() argument 3811 sortUsingDeclarations(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) sortUsingDeclarations() argument [all...] |
H A D | TokenAnalyzer.cpp | 60 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn, in make() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SARIFDiagnostic.cpp | 41 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage() 66 ArrayRef<CharSourceRange> Ranges, const Diagnostic &Diag) { in addLocationToResult() 206 ArrayRef<CharSourceRange> Ranges) { in emitDiagnosticLoc()
|
H A D | DiagnosticRenderer.cpp | 89 ArrayRef<CharSourceRange> Ranges, in emitDiagnostic() 356 mapDiagnosticRanges(FullSourceLoc CaretLoc, ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges() 425 ArrayRef<CharSourceRange> Ranges, in emitCaret() 436 ArrayRef<CharSourceRange> Ranges) { in emitSingleMacroExpansion() 490 ArrayRef<CharSourceRange> Ranges) { in checkRangesForMacroArgExpansion() 531 ArrayRef<CharSourceRange> Ranges, in emitMacroExpansions()
|
H A D | SerializedDiagnosticPrinter.cpp | 73 ArrayRef<CharSourceRange> Ranges) override {} in emitDiagnosticLoc() argument 670 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage() argument 697 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext() argument 727 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext() argument [all...] |
H A D | TextDiagnostic.cpp | 656 emitDiagnosticMessage(FullSourceLoc Loc,PresumedLoc PLoc,DiagnosticsEngine::Level Level,StringRef Message,ArrayRef<clang::CharSourceRange> Ranges,DiagOrStoredDiag D) emitDiagnosticMessage() argument 777 emitDiagnosticLoc(FullSourceLoc Loc,PresumedLoc PLoc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges) emitDiagnosticLoc() argument 1070 prepareAndFilterRanges(const SmallVectorImpl<CharSourceRange> & Ranges,const SourceManager & SM,const std::pair<unsigned,unsigned> & Lines,FileID FID,const LangOptions & LangOpts) prepareAndFilterRanges() argument 1124 emitSnippetAndCaret(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitSnippetAndCaret() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | ExtractRanges.cpp | 33 void encodeRanges(const AddressRanges &Ranges, FileWriter &O, in encodeRanges() 42 void decodeRanges(AddressRanges &Ranges, DataExtractor &Data, uint64_t BaseAddr, in decodeRanges()
|
H A D | DwarfTransformer.cpp | 210 AddressRanges Ranges; ConvertDWARFRanges() local 440 const DWARFAddressRangesVector &Ranges = RangesOrError.get(); handleDie() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnostic.h | 86 emitCodeContext(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitCodeContext() argument
|
H A D | SARIFDiagnostic.h | 46 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | PlistDiagnostics.cpp | 178 const ArrayRef<SourceRange> Ranges, in EmitRanges() 320 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() local 404 ArrayRef<SourceRange> Ranges = P->getRanges(); in ReportMacroExpansions() local 437 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportNote() local 468 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportPopUp() local 624 ArrayRef<SourceRange> Ranges = Piece.getRanges(); in FlushDiagnosticsImpl() local
|
H A D | BugSuppression.cpp | 18 using Ranges = llvm::SmallVectorImpl<SourceRange>; typedef
|
H A D | TextDiagnostics.cpp | 72 ArrayRef<FixItHint> Fixits) { in FlushDiagnosticsImpl()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 275 const Twine &Msg, ArrayRef<SMRange> Ranges, in GetMessage() argument 354 ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, in PrintMessage() argument 360 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage() argument 381 ArrayRef<std::pair<unsigned, unsigned>> Ranges, in SMDiagnostic() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 125 llvm::StringMap<llvm::SmallVector<size_t, 1>> Ranges; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | InlineInfo.h | 64 AddressRanges Ranges; member
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DereferenceChecker.cpp | 62 AddDerefSource(raw_ostream & os,SmallVectorImpl<SourceRange> & Ranges,const Expr * Ex,const ProgramState * state,const LocationContext * LCtx,bool loadedFrom) AddDerefSource() argument 180 SmallVector<SourceRange, 2> Ranges; reportBug() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFVerifier.h | 41 std::vector<DWARFAddressRange> Ranges; global() member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 63 llvm::SmallVector<FileByteRange, 1> Ranges; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 72 struct Ranges { struct 73 OffsetRanges global() argument 74 AddrSizeRanges global() argument 75 EntriesRanges global() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 240 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() argument 263 Range *Ranges, unsigned NumRanges, in PrintMemorySnippet() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | AddressRanges.h | 61 Collection Ranges; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.h | 47 SmallVector<RangeSpan, 2> Ranges; member
|