Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Syntax/
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
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.h111 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.h120 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DAvoidConstParamsInDecls.cpp105 CharSourceRange FileRange = Lexer::makeFileCharRange( in check() local
DConstReturnTypeCheck.cpp43 CharSourceRange FileRange = Lexer::makeFileCharRange( in findConstToRemove() local
DBracesAroundStatementsCheck.cpp227 CharSourceRange FileRange = Lexer::makeFileCharRange( in checkStmt() local
DQualifiedAutoCheck.cpp46 CharSourceRange FileRange = Lexer::makeFileCharRange( in findQualToken() local
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseOverrideCheck.cpp129 CharSourceRange FileRange = Lexer::makeFileCharRange( in check() local
/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp142 FileRange::FileRange(FileID File, unsigned BeginOffset, unsigned EndOffset) in FileRange() function in FileRange
148 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
156 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, in FileRange() function in FileRange
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp517 FilenameRange FileRange) { in insertFunctionRecordIfNeeded()
601 FilenameRange FileRange(FilenamesBegin, Filenames.size() - FilenamesBegin); in readCoverageHeader() local
669 Optional<FilenameRange> FileRange; in readFunctionRecords() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSelectionTests.cpp55 auto FileRange = in nodeRange() local
DParsedASTTests.cpp452 auto FileRange = FileRanges[I]; in TEST() local
DSourceCodeTests.cpp624 auto FileRange = toHalfOpenFileRange(SM, LangOpts, Decl.getSourceRange()); in TEST() local
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.cpp392 SourceRange FileRange = Loc; in getTokenFileRange() local
DXRefs.cpp741 auto FileRange = in getDocumentLinks() local
/external/llvm-project/clang/unittests/Tooling/
DASTSelectionTest.cpp26 using FileRange = std::pair<FileLocation, FileLocation>; typedef
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1241 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); in makeStandaloneRange() local
/external/clang/lib/Frontend/
DASTUnit.cpp1277 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); in makeStandaloneRange() local