Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DAffectedRangeManager.h28 const ArrayRef<CharSourceRange> Ranges) in AffectedRangeManager()
59 const SmallVector<CharSourceRange, 8> Ranges; variable
H A DFormat.cpp2194 static bool affectsRange(ArrayRef<tooling::Range> Ranges, unsigned Start, in affectsRange()
2263 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortCppIncludes()
2362 ArrayRef<tooling::Range> Ranges, in sortCppIncludes()
2465 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortJavaImports()
2543 ArrayRef<tooling::Range> Ranges, in sortJavaImports()
2605 ArrayRef<tooling::Range> Ranges, in sortIncludes()
2661 std::vector<tooling::Range> Ranges, in formatReplacements()
2662 StringRef FileName) -> tooling::Replacements { in formatReplacements()
2760 StringRef FileName) -> tooling::Replacements { in cleanupAroundReplacements()
2772 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn, in reformat()
[all …]
H A DTokenAnalyzer.cpp37 ArrayRef<tooling::Range> Ranges, in Environment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp90 ArrayRef<CharSourceRange> Ranges, in emitDiagnostic()
357 mapDiagnosticRanges(FullSourceLoc CaretLoc, ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges()
426 ArrayRef<CharSourceRange> Ranges, in emitCaret()
437 ArrayRef<CharSourceRange> Ranges) { in emitSingleMacroExpansion()
491 ArrayRef<CharSourceRange> Ranges) { in checkRangesForMacroArgExpansion()
534 ArrayRef<CharSourceRange> Ranges, in emitMacroExpansions()
H A DSerializedDiagnosticPrinter.cpp75 ArrayRef<CharSourceRange> Ranges) override {} in emitDiagnosticLoc()
673 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage()
700 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext()
730 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp177 const ArrayRef<SourceRange> Ranges, in EmitRanges()
319 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() local
405 ArrayRef<SourceRange> Ranges = P->getRanges(); in ReportMacroExpansions() local
438 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportNote() local
469 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportPopUp() local
625 ArrayRef<SourceRange> Ranges = Piece.getRanges(); in FlushDiagnosticsImpl() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DTextDiagnostic.h86 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DAnnotations.h84 llvm::StringMap<llvm::SmallVector<Range, 1>> Ranges; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp263 const Twine &Msg, ArrayRef<SMRange> Ranges, in GetMessage()
343 ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, in PrintMessage()
349 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
370 ArrayRef<std::pair<unsigned, unsigned>> Ranges, in SMDiagnostic() argument
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.h57 SmallVector<TestSelectionRange, 8> Ranges; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h144 AddressRanges Ranges; variable
H A DInlineInfo.h66 AddressRanges Ranges; member
H A DRange.h87 Collection Ranges; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.h83 std::vector<CXSourceRange> Ranges; variable
H A DCIndexDiagnostic.cpp112 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticMessage()
128 ArrayRef<CharSourceRange> Ranges) override {} in emitDiagnosticLoc()
131 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp57 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource()
149 SmallVector<SourceRange, 2> Ranges; in reportBug() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h40 std::vector<DWARFAddressRange> Ranges; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp101 const RangeSample &Ranges) { in findDisjointRanges()
266 RangeSample Ranges; in populateFunctionBodySamples() local
471 RangeSample Ranges; in extractProbesFromRange() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dcomparison.d977 static bool allByDchar(size_t done, Ranges...)(auto ref Ranges rs) in allByDchar() argument
1009 static foreach (i, R; Ranges) in foreach()
2064 static foreach (i, R; Ranges) in foreach()
2076 static foreach (i, R; Ranges) in foreach()
2086 static foreach (i, R; Ranges) in foreach()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/
H A DDiagnostic.h63 llvm::SmallVector<FileByteRange, 1> Ranges; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h71 struct Ranges { struct
72 Optional<llvm::yaml::Hex64> Offset;
73 Optional<llvm::yaml::Hex8> AddrSize;
74 std::vector<RangeEntry> Entries;
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp201 std::vector<tooling::Range> &Ranges) { in fillRanges()
388 std::vector<tooling::Range> Ranges; in format() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc225 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()
248 Range *Ranges, unsigned NumRanges, in PrintMemorySnippet()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc227 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()
250 Range *Ranges, unsigned NumRanges, in PrintMemorySnippet()

1234