Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp434 const FunctionDecl *RTDecl = in castArgToParamTypeIfNeeded() local
438 if (!RTDecl || !CallExprDecl) in castArgToParamTypeIfNeeded()
445 if (CallExprDecl->hasPrototype() || !RTDecl->hasPrototype()) in castArgToParamTypeIfNeeded()
450 if (Call.getNumArgs() != RTDecl->getNumParams()) in castArgToParamTypeIfNeeded()
454 const ParmVarDecl *Param = RTDecl->getParamDecl(ArgIdx); in castArgToParamTypeIfNeeded()