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.h125 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp182 FileRange::FileRange(FileID File, unsigned BeginOffset, unsigned EndOffset) in FileRange() function in FileRange
188 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
196 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp618 FilenameRange FileRange) { in insertFunctionRecordIfNeeded()
707 FilenameRange FileRange(FilenamesBegin, Filenames.size() - FilenamesBegin); in readCoverageHeader() local
780 std::optional<FilenameRange> FileRange; in readFunctionRecords() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1277 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); in makeStandaloneRange() local