Searched refs:sourceRange (Results 1 – 8 of 8) sorted by relevance
37 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking()59 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait()80 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait()
248 const parser::CharBlock &sourceRange() const { return sourceRange_; } in sourceRange() function
365 newScope.AddSourceRange(typeScope.sourceRange()); in Instantiate()
1744 messages_.Say(child.sourceRange(), in Check()2458 if (scope.sourceRange().Contains(name)) { in SayNotDistinguishable()
2390 if (scope->sourceRange().Contains(callSite)) { in CheckForBadRecursion()2628 !symbol->scope()->sourceRange().Contains(callSite)); in IsExternalCalledImplicitly()
6924 !symbol.scope()->sourceRange().Contains(localName.source)); in IsLocallyImplicitGlobalSymbol()
199 SourceRange sourceRange() const;
714 SourceRange MemRegion::sourceRange() const { in sourceRange() function in MemRegion