Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct
78 /// Gets the substring that this FileRange refers to. argument
99 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DAvoidConstParamsInDecls.cpp68 CharSourceRange FileRange = Lexer::makeFileCharRange( in check() local
H A DConstReturnTypeCheck.cpp43 CharSourceRange FileRange = Lexer::makeFileCharRange( in findConstToRemove() local
H A DQualifiedAutoCheck.cpp46 CharSourceRange FileRange = Lexer::makeFileCharRange( in findQualToken() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h109 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h124 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseOverrideCheck.cpp129 CharSourceRange FileRange = Lexer::makeFileCharRange( in check() local
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DTokens.cpp237 FileRange::FileRange(FileID File, unsigned BeginOffset, unsigned EndOffset) in FileRange() function in FileRange
243 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
251 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp560 FilenameRange FileRange) { in insertFunctionRecordIfNeeded()
645 FilenameRange FileRange(FilenamesBegin, Filenames.size() - FilenamesBegin); in readCoverageHeader() local
713 Optional<FilenameRange> FileRange; in readFunctionRecords() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp55 auto FileRange = in nodeRange() local
H A DParsedASTTests.cpp458 auto FileRange = FileRanges[I]; in TEST() local
H A DSourceCodeTests.cpp634 auto FileRange = toHalfOpenFileRange(SM, LangOpts, Decl.getSourceRange()); in TEST() local
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DASTSelectionTest.cpp26 using FileRange = std::pair<FileLocation, FileLocation>; typedef
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp389 SourceRange FileRange = Loc; in getTokenFileRange() local
H A DXRefs.cpp856 auto FileRange = in getDocumentLinks() local
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1228 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); in makeStandaloneRange() local