Searched refs:SrcRange (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | DependencyGraph.cpp | 568 auto SrcRange = Interval<MemDGNode>(DstRange.top(), DstN.getPrevNode()); in extend() local 569 scanAndAddDeps(DstN, SrcRange); in extend() 596 auto SrcRange = in extend() local 598 scanAndAddDeps(DstN, SrcRange); in extend() 633 auto SrcRange = MemDGNodeIntervalBuilder::make(NewInterval, *this); in extend() local 635 scanAndAddDeps(DstN, SrcRange); in extend()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ForwardDeclChecker.cpp | 317 void reportBug(const SourceLocation &SrcLoc, const SourceRange &SrcRange, in reportBug() argument 329 Report->addRange(SrcRange); in reportBug()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 637 SMRange SrcRange; in initializeMachineFunction() local 639 SrcRange)) { in initializeMachineFunction() 640 return error(Error, SrcRange); in initializeMachineFunction()
|
| H A D | MIParser.cpp | 3654 SMRange SrcRange, SMDiagnostic &Error) { in parseMachineMetadata() argument 3655 return MIParser(PFS, Error, Src, SrcRange).parseMachineMetadata(); in parseMachineMetadata()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 204 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange() argument 215 int Size = Rewrite.getRangeSize(SrcRange); in ReplaceStmtWithRange() 227 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) { in ReplaceStmtWithRange()
|
| H A D | RewriteModernObjC.cpp | 254 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange() argument 265 int Size = Rewrite.getRangeSize(SrcRange); in ReplaceStmtWithRange() 277 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, SStr)) { in ReplaceStmtWithRange()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3211 const SourceRange SrcRange = Param->getDefaultArgRange(); in GetDefaultValueString() local 3212 CharSourceRange CharSrcRange = CharSourceRange::getTokenRange(SrcRange); in GetDefaultValueString()
|