Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp491 static ArrayRef<ParmVarDecl *> getCallParameters(CallEventRef<> Call) { in getCallParameters() function
607 ArrayRef<ParmVarDecl *> parameters = getCallParameters(Call); in VisitNode()