Lines Matching defs:NDecl
6594 NamedDecl *NDecl = nullptr;
6603 NDecl = DRE->getDecl();
6605 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl);
6612 NDecl = FDecl;
6620 NDecl = ME->getMemberDecl();
6622 if (FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(NDecl)) {
6692 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
6746 ExprResult Sema::BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl,
6751 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl);
7018 if (NDecl)
7019 DiagnoseSentinelCalls(NDecl, LParenLoc, Args);
7042 } else if (NDecl) {
7043 if (CheckPointerCall(NDecl, TheCall, Proto))