| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | UnicodeCharRanges.h | 55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet() 57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet() 95 const CharRanges Ranges; variable
|
| HD | SourceMgr.h | 269 std::vector<std::pair<unsigned, unsigned>> Ranges; variable
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Format/ |
| HD | AffectedRangeManager.h | 28 const ArrayRef<CharSourceRange> Ranges) in AffectedRangeManager() 59 const SmallVector<CharSourceRange, 8> Ranges; variable
|
| HD | Format.cpp | 1843 static bool affectsRange(ArrayRef<tooling::Range> Ranges, unsigned Start, in affectsRange() 1912 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortCppIncludes() 1998 ArrayRef<tooling::Range> Ranges, in sortCppIncludes() 2093 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortJavaImports() 2167 ArrayRef<tooling::Range> Ranges, in sortJavaImports() 2229 ArrayRef<tooling::Range> Ranges, in sortIncludes() 2285 std::vector<tooling::Range> Ranges, in formatReplacements() 2286 StringRef FileName) -> tooling::Replacements { in formatReplacements() 2384 StringRef FileName) -> tooling::Replacements { in cleanupAroundReplacements() 2396 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn, in reformat() [all …]
|
| HD | TokenAnalyzer.cpp | 37 ArrayRef<tooling::Range> Ranges, in Environment()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | DiagnosticRenderer.cpp | 90 ArrayRef<CharSourceRange> Ranges, in emitDiagnostic() 357 mapDiagnosticRanges(FullSourceLoc CaretLoc, ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges() 419 ArrayRef<CharSourceRange> Ranges, in emitCaret() 430 ArrayRef<CharSourceRange> Ranges) { in emitSingleMacroExpansion() 484 ArrayRef<CharSourceRange> Ranges) { in checkRangesForMacroArgExpansion() 527 ArrayRef<CharSourceRange> Ranges, in emitMacroExpansions()
|
| HD | SerializedDiagnosticPrinter.cpp | 74 ArrayRef<CharSourceRange> Ranges) override {} in emitDiagnosticLoc() 658 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage() 685 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext() 715 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
|
| HD | TextDiagnostic.cpp | 675 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage() 807 ArrayRef<CharSourceRange> Ranges) { in emitDiagnosticLoc() 1139 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) { in emitSnippetAndCaret()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| HD | TextDiagnostic.h | 87 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | SourceMgr.cpp | 165 ArrayRef<SMRange> Ranges, in GetMessage() 244 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage() 250 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage() 262 ArrayRef<std::pair<unsigned,unsigned>> Ranges, in SMDiagnostic() argument
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
| HD | Annotations.h | 82 llvm::StringMap<llvm::SmallVector<Range, 1>> Ranges; variable
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | PlistDiagnostics.cpp | 190 const ArrayRef<SourceRange> Ranges, in EmitRanges() 332 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() local 408 ArrayRef<SourceRange> Ranges = P->getRanges(); in ReportMacroExpansions() local 441 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportNote() local 472 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportPopUp() local 610 ArrayRef<SourceRange> Ranges = Piece.getRanges(); in FlushDiagnosticsImpl() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | DereferenceChecker.cpp | 53 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource() 134 SmallVector<SourceRange, 2> Ranges; in reportBug() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| HD | InlineInfo.h | 66 AddressRanges Ranges; member
|
| HD | Range.h | 86 Collection Ranges; variable
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | DWARFVerifier.h | 42 std::vector<DWARFAddressRange> Ranges; member
|
| /freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/ |
| HD | ClangFormat.cpp | 184 std::vector<tooling::Range> &Ranges) { in fillRanges() 371 std::vector<tooling::Range> Ranges; in format() local
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| HD | ubsan_diag.cpp | 234 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() 257 Range *Ranges, unsigned NumRanges, in PrintMemorySnippet()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| HD | TGParser.cpp | 671 bool TGParser::ParseRangePiece(SmallVectorImpl<unsigned> &Ranges, in ParseRangePiece() 747 bool TGParser::ParseOptionalRangeList(SmallVectorImpl<unsigned> &Ranges) { in ParseOptionalRangeList() 769 bool TGParser::ParseOptionalBitList(SmallVectorImpl<unsigned> &Ranges) { in ParseOptionalBitList() 2167 SmallVector<unsigned, 16> Ranges; in ParseValue() local 2190 SmallVector<unsigned, 16> Ranges; in ParseValue() local 2499 SmallVector<unsigned, 16> Ranges; in ParseForeachDeclaration() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfFile.h | 45 SmallVector<RangeSpan, 2> Ranges; member
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | LexicalScopes.h | 129 SmallVector<InsnRange, 4> Ranges; variable
|
| HD | MachineMemOperand.h | 175 const MDNode *Ranges; variable
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCAsmStreamer.cpp | 1435 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges) { in PrintCVDefRangePrefix() 1446 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective() 1456 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective() 1465 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective() 1474 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective()
|
| HD | MCStreamer.cpp | 346 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective() 350 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective() 358 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective() 367 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective() 375 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, in EmitCVDefRangeDirective()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/ |
| HD | Replacement.cpp | 484 static std::vector<Range> combineAndSortRanges(std::vector<Range> Ranges) { in combineAndSortRanges() 511 const std::vector<Range> &Ranges) { in calculateRangesAfterReplacements()
|