Home
last modified time | relevance | path

Searched refs:getArgSourceRange (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp77 Report->addRange(Call.getArgSourceRange(2)); in checkPreCall()
H A DBasicObjCFoundationChecks.cpp212 generateBugReport(N, os.str(), msg.getArgSourceRange(Arg), in warnIfNilArg()
584 report->addRange(Call.getArgSourceRange(0)); in checkPreCall()
798 R->addRange(msg.getArgSourceRange(I)); in checkPreObjCMessage()
H A DStdLibraryFunctionsChecker.cpp884 R->addRange(Call.getArgSourceRange(ArgN)); in reportBug()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp307 Report->addRange(Call.getArgSourceRange(I)); in checkPostCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h298 virtual SourceRange getArgSourceRange(unsigned Index) const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp315 SourceRange CallEvent::getArgSourceRange(unsigned Index) const { in getArgSourceRange() function in CallEvent
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp630 ErrorRange = CallOrMsg.getArgSourceRange(idx); in checkSummary()