Home
last modified time | relevance | path

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

1234

/freebsd-src/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-src/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 affectsRange(ArrayRef<tooling::Range> Ranges,unsigned Start,unsigned End) affectsRange() argument
3044 sortCppIncludes(const FormatStyle & Style,const SmallVectorImpl<IncludeDirective> & Includes,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument
3141 sortCppIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument
3270 sortJavaImports(const FormatStyle & Style,const SmallVectorImpl<JavaImportDirective> & Imports,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces) sortJavaImports() argument
3351 sortJavaImports(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,tooling::Replacements & Replaces) sortJavaImports() argument
3412 sortIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,unsigned * Cursor) sortIncludes() argument
3469 __anon79e69e6d0a02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) formatReplacements() argument
3470 __anon79e69e6d0b02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) formatReplacements() argument
3569 __anon79e69e6d0d02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) cleanupAroundReplacements() argument
3581 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,unsigned FirstStartColumn,unsigned NextStartColumn,unsigned LastStartColumn,StringRef FileName,FormattingAttemptStatus * Status) reformat() argument
3610 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); reformat() local
3767 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,FormattingAttemptStatus * Status) reformat() argument
3778 cleanup(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) cleanup() argument
3790 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,bool * IncompleteFormat) reformat() argument
3801 fixNamespaceEndComments(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) fixNamespaceEndComments() argument
3811 sortUsingDeclarations(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) sortUsingDeclarations() argument
[all...]
H A DTokenAnalyzer.cpp60 ArrayRef<tooling::Range> Ranges, unsigned FirstStartColumn, in make() argument
/freebsd-src/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() argument
670 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage() argument
697 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext() argument
727 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext() argument
[all...]
H A DTextDiagnostic.cpp656 emitDiagnosticMessage(FullSourceLoc Loc,PresumedLoc PLoc,DiagnosticsEngine::Level Level,StringRef Message,ArrayRef<clang::CharSourceRange> Ranges,DiagOrStoredDiag D) emitDiagnosticMessage() argument
777 emitDiagnosticLoc(FullSourceLoc Loc,PresumedLoc PLoc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges) emitDiagnosticLoc() argument
1070 prepareAndFilterRanges(const SmallVectorImpl<CharSourceRange> & Ranges,const SourceManager & SM,const std::pair<unsigned,unsigned> & Lines,FileID FID,const LangOptions & LangOpts) prepareAndFilterRanges() argument
1124 emitSnippetAndCaret(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitSnippetAndCaret() argument
[all...]
/freebsd-src/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()
H A DDwarfTransformer.cpp210 AddressRanges Ranges; ConvertDWARFRanges() local
440 const DWARFAddressRangesVector &Ranges = RangesOrError.get(); handleDie() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnostic.h86 emitCodeContext(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitCodeContext() argument
H A DSARIFDiagnostic.h46 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/freebsd-src/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 DBugSuppression.cpp18 using Ranges = llvm::SmallVectorImpl<SourceRange>; typedef
H A DTextDiagnostics.cpp72 ArrayRef<FixItHint> Fixits) { in FlushDiagnosticsImpl()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp275 const Twine &Msg, ArrayRef<SMRange> Ranges, in GetMessage() argument
354 ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, in PrintMessage() argument
360 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage() argument
381 ArrayRef<std::pair<unsigned, unsigned>> Ranges, in SMDiagnostic() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h125 llvm::StringMap<llvm::SmallVector<size_t, 1>> Ranges; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h64 AddressRanges Ranges; member
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp62 AddDerefSource(raw_ostream & os,SmallVectorImpl<SourceRange> & Ranges,const Expr * Ex,const ProgramState * state,const LocationContext * LCtx,bool loadedFrom) AddDerefSource() argument
180 SmallVector<SourceRange, 2> Ranges; reportBug() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h41 std::vector<DWARFAddressRange> Ranges; global() member
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h63 llvm::SmallVector<FileByteRange, 1> Ranges; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h72 struct Ranges { struct
73 OffsetRanges global() argument
74 AddrSizeRanges global() argument
75 EntriesRanges global() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp240 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() argument
263 Range *Ranges, unsigned NumRanges, in PrintMemorySnippet() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAddressRanges.h61 Collection Ranges; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h47 SmallVector<RangeSpan, 2> Ranges; member

1234