Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A 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
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h127 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp184 FileRange::FileRange(FileID File, unsigned BeginOffset, unsigned EndOffset) in FileRange() function in FileRange
190 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
198 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp611 FilenameRange FileRange) { in insertFunctionRecordIfNeeded()
700 FilenameRange FileRange(FilenamesBegin, Filenames.size() - FilenamesBegin); in readCoverageHeader() local
773 std::optional<FilenameRange> FileRange; in readFunctionRecords() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1276 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); in makeStandaloneRange() local