Searched refs:SrcRange (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ContainerDataPointerCheck.cpp | 95 SourceRange SrcRange = CE->getSourceRange(); in check() local 98 Lexer::getSourceText(CharSourceRange::getTokenRange(SrcRange), in check()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SourceCodeTests.cpp | 628 auto SourceRangeToRange = [&SM](SourceRange SrcRange) { in TEST() argument 629 return Range{sourceLocToPosition(SM, SrcRange.getBegin()), in TEST() 630 sourceLocToPosition(SM, SrcRange.getEnd())}; in TEST()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 549 SMRange SrcRange; in initializeMachineFunction() local 551 SrcRange)) { in initializeMachineFunction() 552 return error(Error, SrcRange); in initializeMachineFunction()
|
| H A D | MIParser.cpp | 3480 SMRange SrcRange, SMDiagnostic &Error) { in parseMachineMetadata() argument 3481 return MIParser(PFS, Error, Src, SrcRange).parseMachineMetadata(); in parseMachineMetadata()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 824 for (auto &SrcRange : SrcRanges) in notifyTransferringResources() local 825 DstRanges.push_back(std::move(SrcRange)); in notifyTransferringResources()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 205 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange() argument 216 int Size = Rewrite.getRangeSize(SrcRange); in ReplaceStmtWithRange() 229 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) { in ReplaceStmtWithRange()
|
| H A D | RewriteModernObjC.cpp | 255 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange() argument 266 int Size = Rewrite.getRangeSize(SrcRange); in ReplaceStmtWithRange() 279 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) { in ReplaceStmtWithRange()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 2977 const SourceRange SrcRange = Param->getDefaultArgRange(); in GetDefaultValueString() local 2978 CharSourceRange CharSrcRange = CharSourceRange::getTokenRange(SrcRange); in GetDefaultValueString()
|