Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp436 const auto *CallExprDecl = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in castArgToParamTypeIfNeeded() local
437 if (!CallExprDecl) in castArgToParamTypeIfNeeded()
440 const FunctionDecl *Definition = CallExprDecl; in castArgToParamTypeIfNeeded()
447 if (CallExprDecl->hasPrototype() || !Definition->hasPrototype()) in castArgToParamTypeIfNeeded()