Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/utils/filecheck_lint/
H A Dfilecheck_lint.py76 class FileRange: class
120 filerange: FileRange,
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h116 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h124 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A 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/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A 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/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1256 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); in makeStandaloneRange() local