Searched defs:FileRange (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/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 &R); argument
|
/openbsd/gnu/llvm/llvm/utils/filecheck_lint/ |
H A D | filecheck_lint.py | 76 class FileRange: class 120 filerange: FileRange,
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.h | 116 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.h | 124 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
|
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 236 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 D | CoverageMappingReader.cpp | 560 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 D | ASTUnit.cpp | 1256 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); in makeStandaloneRange() local
|