Home
last modified time | relevance | path

Searched defs:Ranges (Results 1 – 25 of 89) 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.cpp3007 static bool affectsRange(ArrayRef<tooling::Range> Ranges, unsigned Start, in affectsRange()
3077 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortCppIncludes()
3177 ArrayRef<tooling::Range> Ranges, in sortCppIncludes()
3313 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortJavaImports()
3394 ArrayRef<tooling::Range> Ranges, in sortJavaImports()
3455 ArrayRef<tooling::Range> Ranges, in sortIncludes()
3512 std::vector<tooling::Range> Ranges, in formatReplacements()
3513 StringRef FileName) -> tooling::Replacements { in formatReplacements()
3623 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn, in reformat()
3652 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in reformat() local
[all …]
H A DTokenAnalyzer.cpp60 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn, in make()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
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.cpp665 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage()
786 ArrayRef<CharSourceRange> Ranges) { in emitDiagnosticLoc()
1079 prepareAndFilterRanges(const SmallVectorImpl<CharSourceRange> &Ranges, in prepareAndFilterRanges()
1289 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 DSARIFDiagnostic.h46 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
H A DTextDiagnostic.h95 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/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/IR/
H A DConstantRangeList.h31 SmallVector<ConstantRange, 2> Ranges; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h64 AddressRanges Ranges; member
/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/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp64 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource()
187 SmallVector<SourceRange, 2> Ranges; in reportBug() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp411 if (const MDNode *Ranges = MMO->getRanges()) in computeKnownBitsImpl() local
422 if (const MDNode *Ranges = MMO->getRanges()) in computeKnownBitsImpl() local
634 const MDNode *Ranges = Ld->getRanges(); in computeNumSignBitsFromRangeMetadata() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h55 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/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/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/clang/lib/StaticAnalyzer/Core/
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/CodeGen/AsmPrinter/
H A DDwarfFile.h47 SmallVector<RangeSpan, 2> Ranges; member
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp239 std::vector<tooling::Range> &Ranges) { in fillRanges()
445 std::vector<tooling::Range> Ranges; in format() local

1234