Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp437 const FunctionDecl *RTDecl = in castArgToParamTypeIfNeeded() local
441 if (!RTDecl || !CallExprDecl) in castArgToParamTypeIfNeeded()
448 if (CallExprDecl->hasPrototype() || !RTDecl->hasPrototype()) in castArgToParamTypeIfNeeded()
453 if (Call.getNumArgs() != RTDecl->getNumParams()) in castArgToParamTypeIfNeeded()
457 const ParmVarDecl *Param = RTDecl->getParamDecl(ArgIdx); in castArgToParamTypeIfNeeded()