/freebsd/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/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 | 3007 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 D | TokenAnalyzer.cpp | 60 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn, in make()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
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() 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 D | TextDiagnostic.cpp | 665 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 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()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | SARIFDiagnostic.h | 46 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
|
H A D | TextDiagnostic.h | 95 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 275 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 D | ConstantRangeList.h | 31 SmallVector<ConstantRange, 2> Ranges; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | InlineInfo.h | 64 AddressRanges Ranges; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 125 llvm::StringMap<llvm::SmallVector<size_t, 1>> Ranges; variable
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DereferenceChecker.cpp | 64 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource() 187 SmallVector<SourceRange, 2> Ranges; in reportBug() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 411 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 D | DWARFVerifier.h | 55 std::vector<DWARFAddressRange> Ranges; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 63 llvm::SmallVector<FileByteRange, 1> Ranges; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 240 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 D | AddressRanges.h | 61 Collection Ranges; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 72 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 D | TextDiagnostics.cpp | 72 ArrayRef<FixItHint> Fixits) { in FlushDiagnosticsImpl()
|
H A D | BugSuppression.cpp | 18 using Ranges = llvm::SmallVectorImpl<SourceRange>; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.h | 47 SmallVector<RangeSpan, 2> Ranges; member
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 239 std::vector<tooling::Range> &Ranges) { in fillRanges() 445 std::vector<tooling::Range> Ranges; in format() local
|