Home
last modified time | relevance | path

Searched defs:Ranges (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
95 const CharRanges Ranges; variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.h28 const ArrayRef<CharSourceRange> Ranges) in AffectedRangeManager()
59 const SmallVector<CharSourceRange, 8> Ranges; variable
H A DFormat.cpp2974 static bool affectsRange(ArrayRef<tooling::Range> Ranges, unsigned Start, in affectsRange()
3141 ArrayRef<tooling::Range> Ranges, in sortCppIncludes()
3351 ArrayRef<tooling::Range> Ranges, in sortJavaImports()
3412 ArrayRef<tooling::Range> Ranges, in sortIncludes()
3469 std::vector<tooling::Range> Ranges, in formatReplacements()
3470 StringRef FileName) -> tooling::Replacements { in formatReplacements()
3569 StringRef FileName) -> tooling::Replacements { in cleanupAroundReplacements()
3581 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn, in reformat()
3767 ArrayRef<tooling::Range> Ranges, in reformat()
3778 ArrayRef<tooling::Range> Ranges, in cleanup()
[all …]
H A DTokenAnalyzer.cpp60 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn, in make()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp41 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 DDiagnosticRenderer.cpp89 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 DSerializedDiagnosticPrinter.cpp73 ArrayRef<CharSourceRange> Ranges) override {} in emitDiagnosticLoc()
670 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage()
697 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext()
727 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
H A DTextDiagnostic.cpp656 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage()
777 ArrayRef<CharSourceRange> Ranges) { in emitDiagnosticLoc()
1070 prepareAndFilterRanges(const SmallVectorImpl<CharSourceRange> &Ranges, in prepareAndFilterRanges()
1124 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) { in emitSnippetAndCaret()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DExtractRanges.cpp33 void encodeRanges(const AddressRanges &Ranges, FileWriter &O, in encodeRanges()
42 void decodeRanges(AddressRanges &Ranges, DataExtractor &Data, uint64_t BaseAddr, in decodeRanges()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnostic.h86 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
H A DSARIFDiagnostic.h46 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp178 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 DTextDiagnostics.cpp72 ArrayRef<FixItHint> Fixits) { in FlushDiagnosticsImpl()
H A DBugSuppression.cpp18 using Ranges = llvm::SmallVectorImpl<SourceRange>; typedef
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp275 const Twine &Msg, ArrayRef<SMRange> Ranges, in GetMessage()
354 ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, in PrintMessage()
360 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
381 ArrayRef<std::pair<unsigned, unsigned>> Ranges, in SMDiagnostic() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h125 llvm::StringMap<llvm::SmallVector<size_t, 1>> Ranges; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h64 AddressRanges Ranges; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp62 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource()
180 SmallVector<SourceRange, 2> Ranges; in reportBug() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h41 std::vector<DWARFAddressRange> Ranges; member
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h63 llvm::SmallVector<FileByteRange, 1> Ranges; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h72 struct Ranges { struct
73 std::optional<llvm::yaml::Hex64> Offset;
74 std::optional<llvm::yaml::Hex8> AddrSize;
75 std::vector<RangeEntry> Entries;
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp240 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()
263 Range *Ranges, unsigned NumRanges, in PrintMemorySnippet()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAddressRanges.h61 Collection Ranges; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h47 SmallVector<RangeSpan, 2> Ranges; member
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp230 std::vector<tooling::Range> &Ranges) { in fillRanges()
434 std::vector<tooling::Range> Ranges; in format() local

1234