Searched refs:getCalleeDecl (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1644 auto *FD = dyn_cast_or_null<FunctionDecl>(Call->getCalleeDecl());
H A DCGExpr.cpp4753 dyn_cast_or_null<CXXMethodDecl>(CE->getCalleeDecl()))
5023 OrigCallee.getAbstractInfo().getCalleeDecl().getDecl();
H A DCGBlocks.cpp1203 if (!isa<ParmVarDecl>(E->getCalleeDecl()))
H A DCGObjC.cpp1311 = dyn_cast_or_null<FunctionDecl>(call->getCalleeDecl()))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp366 const Decl *TargetDecl = CE->getCalleeDecl();
6001 << cast<FunctionDecl>(TheCall->getCalleeDecl())->getIdentifier();
6082 cast<FunctionDecl>(TheCall->getCalleeDecl())->getBuiltinID();
6953 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(CE->getCalleeDecl())) {
14164 FunctionDecl *Fn = dyn_cast_or_null<FunctionDecl>(CE->getCalleeDecl());
H A DSemaExprCXX.cpp7160 if (Decl *CD = (CE ? CE->getCalleeDecl() : nullptr)) {
H A DSemaExpr.cpp16159 FD = cast<FunctionDecl>(Call->getCalleeDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1587 const Decl *Callee = OCE->getCalleeDecl();

Completed in 276 milliseconds

12