Home
last modified time | relevance | path

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

123456

/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
/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.h28 const ArrayRef<CharSourceRange> Ranges) in AffectedRangeManager() argument
59 const SmallVector<CharSourceRange, 8> Ranges; variable
/llvm-project/llvm/unittests/Support/
H A DAddressRangeTest.cpp80 AddressRanges Ranges; in TEST() local
152 AddressRanges Ranges; in TEST() local
175 AddressRangesMap Ranges; in TEST() local
392 AddressRangesMap Ranges; in TEST() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSemanticSelectionTests.cpp32 std::vector<Range> Ranges; in gatherRanges() local
40 std::vector<Range> Ranges; in gatherFoldingRanges() local
189 auto Ranges = runSemanticRanges(Server, FooCpp, SourceAnnotations.points()); in TEST() local
439 auto StripColumns = [](const std::vector<Range> &Ranges) { in TEST()
/llvm-project/clang/unittests/Format/
H A DCleanupTest.cpp25 std::string cleanup(StringRef Code, const std::vector<tooling::Range> &Ranges, in cleanup()
37 std::vector<tooling::Range> Ranges; in cleanupAroundOffsets() local
71 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in TEST_F() local
95 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in TEST_F() local
112 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in TEST_F() local
131 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in TEST_F() local
254 std::vector<tooling::Range> Ranges(1, tooling::Range(42, 9)); in TEST_F() local
309 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in TEST_F() local
H A DSortImportsTestJava.cpp16 std::string sort(StringRef Code, std::vector<tooling::Range> Ranges) { in sort()
120 std::vector<tooling::Range> Ranges = {tooling::Range(27, 15)}; in TEST_F() local
135 std::vector<tooling::Range> Ranges = {tooling::Range(27, 20)}; in TEST_F() local
/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnostic.h46 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
H A DTextDiagnostic.h95 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/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() argument
356 mapDiagnosticRanges(FullSourceLoc CaretLoc,ArrayRef<CharSourceRange> Ranges,SmallVectorImpl<CharSourceRange> & SpellingRanges) mapDiagnosticRanges() argument
425 emitCaret(FullSourceLoc Loc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges,ArrayRef<FixItHint> Hints) emitCaret() argument
436 emitSingleMacroExpansion(FullSourceLoc Loc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges) emitSingleMacroExpansion() argument
490 checkRangesForMacroArgExpansion(FullSourceLoc Loc,ArrayRef<CharSourceRange> Ranges) checkRangesForMacroArgExpansion() argument
531 emitMacroExpansions(FullSourceLoc Loc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges,ArrayRef<FixItHint> Hints) emitMacroExpansions() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DExtractRanges.cpp33 encodeRanges(const AddressRanges & Ranges,FileWriter & O,uint64_t BaseAddr) encodeRanges() argument
42 decodeRanges(AddressRanges & Ranges,DataExtractor & Data,uint64_t BaseAddr,uint64_t & Offset) decodeRanges() argument
/llvm-project/bolt/lib/Core/
H A DGDBIndex.cpp105 NewAddressTableSize += Ranges.size() * 20; in updateGdbIndexSection() local
165 for (const DebugAddressRange &Range : Ranges) { in updateGdbIndexSection() local
/llvm-project/clang/unittests/Tooling/
H A DDiagnosticsYamlTest.cpp26 const SmallVector<FileByteRange, 1> &Ranges) { in makeMessage() argument
50 const SmallVector<FileByteRange, 1> &Ranges, in makeDiagnostic() argument
[all...]
H A DRefactoringTest.cpp795 EXPECT_TRUE(Ranges[0].getLength() == 0); in TEST() local
808 EXPECT_EQ(2u, Ranges[ in TEST() local
816 std::vector<Range> Ranges = {Range(5, 6), Range(10, 5)}; TEST() local
823 std::vector<Range> Ranges = {Range(5, 2), Range(10, 5)}; TEST() local
830 std::vector<Range> Ranges = {Range(5, 2), Range(10, 5)}; TEST() local
837 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(10, 5)}; TEST() local
847 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(10, 5)}; TEST() local
857 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(15, 5), TEST() local
868 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(15, 5)}; TEST() local
876 std::vector<Range> Ranges = {Range(0, 2), Range(5, 5), Range(15, 5)}; TEST() local
885 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(15, 5)}; TEST() local
893 std::vector<Range> Ranges = {Range(0, 0), Range(15, 5)}; TEST() local
901 std::vector<Range> Ranges = {Range(8, 0), Range(5, 2), Range(9, 0), Range(0, 1)}; TEST() local
911 std::vector<Range> Ranges = {Range(8, 3), Range(5, 4), Range(9, 1)}; TEST() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp178 const ArrayRef<SourceRange> Ranges, in EmitRanges() argument
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(); ReportPopUp() local
624 ArrayRef<SourceRange> Ranges = Piece.getRanges(); FlushDiagnosticsImpl() local
[all...]
/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.h57 SmallVector<TestSelectionRange, 8> Ranges; member
/llvm-project/llvm/include/llvm/IR/
H A DConstantRangeList.h31 SmallVector<ConstantRange, 2> Ranges; variable
[all...]
/llvm-project/clang/tools/libclang/
H A DCXLoadedDiagnostic.h83 std::vector<CXSourceRange> Ranges; variable
/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h125 llvm::StringMap<llvm::SmallVector<size_t, 1>> Ranges; variable
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h64 AddressRanges Ranges; member
/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...]
/llvm-project/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp155 ASSERT_EQ(Ranges.size(), 1u); in TEST_F() local
261 ASSERT_EQ(Ranges.size(), 1u); in TEST_F() local
283 ASSERT_EQ(Ranges in TEST_F() local
[all...]
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DCodeViewReaderTest.cpp85 const LVLocations *Ranges = Function->getRanges(); checkElementPropertiesClangCodeview() local
151 const LVLocations *Ranges = Function->getRanges(); checkElementPropertiesMsvcCodeview() local
217 const LVLocations *Ranges = Function->getRanges(); checkElementPropertiesMsvcCodeviewPdb() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp64 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource() argument
187 SmallVector<SourceRange, 2> Ranges; reportBug() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h55 std::vector<DWARFAddressRange> Ranges; member

123456