/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 &R); argument
|
/llvm-project/llvm/utils/filecheck_lint/ |
H A D | filecheck_lint.py | 80 class FileRange: class 138 filerange: FileRange,
|
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.h | 124 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | AvoidConstParamsInDecls.cpp | 31 CharSourceRange FileRange = Lexer::makeFileCharRange( in findConstToRemove() local
|
H A D | ConstReturnTypeCheck.cpp | 41 CharSourceRange FileRange = Lexer::makeFileCharRange( in findConstToRemove() local
|
H A D | QualifiedAutoCheck.cpp | 44 CharSourceRange FileRange = Lexer::makeFileCharRange( in findQualToken() local
|
/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.h | 127 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; global() typedef
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseOverrideCheck.cpp | 138 CharSourceRange FileRange = Lexer::makeFileCharRange( in check() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ReplayPeambleTests.cpp | 161 auto FileRange = FileRanges[I]; in TEST() local
|
H A D | SelectionTests.cpp | 56 auto FileRange = in nodeRange() local
|
H A D | SourceCodeTests.cpp | 635 auto FileRange = toHalfOpenFileRange(SM, LangOpts, Decl.getSourceRange()); in TEST() local
|
/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(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
|
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 611 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 D | ASTSelectionTest.cpp | 27 using FileRange = std::pair<FileLocation, FileLocation>; typedef [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | SourceCode.cpp | 398 SourceRange FileRange = Loc; in getTokenFileRange() local [all...] |
H A D | XRefs.cpp | 854 auto FileRange = getDocumentLinks() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1276 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); makeStandaloneRange() local
|