Home
last modified time | relevance | path

Searched defs:FileRange (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/
DTokens.h50 struct FileRange { struct
77 /// Gets the substring that this FileRange refers to. argument
98 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.h116 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.h124 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/openbsd/src/gnu/llvm/clang/lib/Tooling/Syntax/
DTokens.cpp236 FileRange::FileRange(FileID File, unsigned BeginOffset, unsigned EndOffset) in FileRange() function in FileRange
242 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
250 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp560 FilenameRange FileRange) { in insertFunctionRecordIfNeeded()
645 FilenameRange FileRange(FilenamesBegin, Filenames.size() - FilenamesBegin); in readCoverageHeader() local
713 std::optional<FilenameRange> FileRange; in readFunctionRecords() local
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DASTUnit.cpp1256 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); in makeStandaloneRange() local