Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/utils/filecheck_lint/
H A Dfilecheck_lint.py80 class FileRange: class
138 filerange: FileRange,
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h124 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DAvoidConstParamsInDecls.cpp31 CharSourceRange FileRange = Lexer::makeFileCharRange( in findConstToRemove() local
H A DConstReturnTypeCheck.cpp41 CharSourceRange FileRange = Lexer::makeFileCharRange( in findConstToRemove() local
H A DQualifiedAutoCheck.cpp44 CharSourceRange FileRange = Lexer::makeFileCharRange( in findQualToken() local
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h127 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; global() typedef
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp138 CharSourceRange FileRange = Lexer::makeFileCharRange( in check() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DReplayPeambleTests.cpp161 auto FileRange = FileRanges[I]; in TEST() local
H A DSelectionTests.cpp56 auto FileRange = in nodeRange() local
H A DSourceCodeTests.cpp635 auto FileRange = toHalfOpenFileRange(SM, LangOpts, Decl.getSourceRange()); in TEST() local
/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(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp611 insertFunctionRecordIfNeeded(const FuncRecordType * CFR,StringRef Mapping,FilenameRange FileRange) insertFunctionRecordIfNeeded() argument
700 FilenameRange FileRange(FilenamesBegin, Filenames.size() - FilenamesBegin); readCoverageHeader() local
773 std::optional<FilenameRange> FileRange; readFunctionRecords() local
[all...]
/llvm-project/clang/unittests/Tooling/
H A DASTSelectionTest.cpp27 using FileRange = std::pair<FileLocation, FileLocation>; typedef
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DSourceCode.cpp398 SourceRange FileRange = Loc; in getTokenFileRange() local
[all...]
H A DXRefs.cpp854 auto FileRange = getDocumentLinks() local
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1276 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); makeStandaloneRange() local