Home
last modified time | relevance | path

Searched refs:sourceRange (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp37 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking()
59 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait()
80 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h248 const parser::CharBlock &sourceRange() const { return sourceRange_; } in sourceRange() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtype.cpp365 newScope.AddSourceRange(typeScope.sourceRange()); in Instantiate()
H A Dcheck-declarations.cpp1744 messages_.Say(child.sourceRange(), in Check()
2458 if (scope.sourceRange().Contains(name)) { in SayNotDistinguishable()
H A Dexpression.cpp2390 if (scope->sourceRange().Contains(callSite)) { in CheckForBadRecursion()
2628 !symbol->scope()->sourceRange().Contains(callSite)); in IsExternalCalledImplicitly()
H A Dresolve-names.cpp6924 !symbol.scope()->sourceRange().Contains(localName.source)); in IsLocallyImplicitGlobalSymbol()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h199 SourceRange sourceRange() const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp714 SourceRange MemRegion::sourceRange() const { in sourceRange() function in MemRegion