Searched defs:Range (Results 1 - 25 of 181) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp18 Expected<SourceRange> Range = local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFLocationExpression.h26 Optional<DWARFAddressRange> Range; member in struct:llvm::DWARFLocationExpression
H A DDWARFDebugAranges.h35 struct Range { struct in class:llvm::DWARFDebugAranges
36 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) function in struct:llvm::DWARFDebugAranges::Range
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DFixIt.cpp21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp35 Expected<CharSourceRange> Range = E.TargetRange(Result); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range, argument
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DTypes.cpp18 const char *llvm::getMinimalTypeForRange(uint64_t Range, unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) { argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DLoopHint.h22 SourceRange Range; member in struct:clang::LoopHint
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h37 struct Range { struct in namespace:lldb_private::minidump
42 Range(lldb::addr_t start, llvm::ArrayRef<uint8_t> range_ref) function in struct:lldb_private::minidump::Range
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h22 typedef RangeToDIE::Entry Range; typedef in class:DWARFDebugAranges
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp38 FileByteRange( const SourceManager &Sources, CharSourceRange Range) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DFixIt.h32 inline CharSourceRange getSourceRange(const SourceRange &Range) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp41 addObject(const Value *V, unsigned Size, unsigned Alignment, const StackLifetime::LiveRange &Range) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp61 auto Range = make_range(&Instructions[NumRetired], Instructions.end()); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DAnnotations.h50 struct Range { struct in class:llvm::Annotations
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp37 SourceRange Range = RequestRegion->sourceRange(); local
59 SourceRange Range = RequestRegion->sourceRange(); local
80 SourceRange Range = RequestRegion->sourceRange(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp20 void AddressRanges::insert(AddressRange Range) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h28 inline bool operator<(uint32_t Value, UnicodeCharRange Range) { argument
31 inline bool operator<(UnicodeCharRange Range, uint32_t Value) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h44 typedef RangeList::Entry Range; typedef in class:lldb_private::Block
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp80 CharSourceRange Range = CharSourceRange::getCharRange(Start, End); local
60 affectsCharSourceRange( const CharSourceRange &Range) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DWaymarking.h288 void fillWaymarks(R &&Range, size_t Offset = 0) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h89 AddressRange Range; member in struct:llvm::gsym::FunctionInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerIterationChecker.cpp43 auto Range = MarkedStmt->getSourceRange(); local
H A DPointerSortingChecker.cpp43 auto Range = MarkedStmt->getSourceRange(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h147 SourceRange Range; member in class:clang::RawComment

Completed in 277 milliseconds

12345678