Home
last modified time | relevance | path

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

/freebsd-src/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 argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h123 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; global() typedef
/freebsd-src/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(cons in FileRange() function in FileRange
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp603 insertFunctionRecordIfNeeded(const FuncRecordType * CFR,StringRef Mapping,FilenameRange FileRange) insertFunctionRecordIfNeeded() argument
692 FilenameRange FileRange(FilenamesBegin, Filenames.size() - FilenamesBegin); readCoverageHeader() local
765 std::optional<FilenameRange> FileRange; readFunctionRecords() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1264 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); makeStandaloneRange() local