Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunDecl

9987     if (FunctionDecl *FunDecl = dyn_cast<FunctionDecl>(Fn)) {
9990 if (!Caller->isImplicit() && S.CheckCUDATarget(Caller, FunDecl))
9996 FunDecl->getReturnType()->isUndeducedType() &&
9997 S.DeduceReturnType(FunDecl, SourceExpr->getLocStart(), Complain))
10002 FunDecl->getType()) ||
10003 S.IsNoReturnConversion(FunDecl->getType(), TargetFunctionType,
10006 cast<FunctionDecl>(FunDecl->getCanonicalDecl())));