Searched defs:FileRange (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Tokens.h | 50 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 D | ProcessElfCore.h | 123 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; global() typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 184 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 D | CoverageMappingReader.cpp | 603 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 D | ASTUnit.cpp | 1264 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); makeStandaloneRange() local
|