Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunDecl

9419     if (FunctionDecl *FunDecl = dyn_cast<FunctionDecl>(Fn)) {
9422 if (S.CheckCUDATarget(Caller, FunDecl))
9428 FunDecl->getResultType()->isUndeducedType() &&
9429 S.DeduceReturnType(FunDecl, SourceExpr->getLocStart(), Complain))
9434 FunDecl->getType()) ||
9435 S.IsNoReturnConversion(FunDecl->getType(), TargetFunctionType,
9438 cast<FunctionDecl>(FunDecl->getCanonicalDecl())));