Lines Matching defs:NDecl
6506 NamedDecl *NDecl = nullptr;
6515 NDecl = DRE->getDecl();
6517 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl);
6524 NDecl = FDecl;
6532 NDecl = ME->getMemberDecl();
6534 if (FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(NDecl)) {
6604 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
6658 ExprResult Sema::BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl,
6663 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl);
6930 if (NDecl)
6931 DiagnoseSentinelCalls(NDecl, LParenLoc, Args);
6954 } else if (NDecl) {
6955 if (CheckPointerCall(NDecl, TheCall, Proto))