Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunDecl

10302     if (FunctionDecl *FunDecl = dyn_cast<FunctionDecl>(Fn)) {
10305 if (!Caller->isImplicit() && S.CheckCUDATarget(Caller, FunDecl))
10311 FunDecl->getReturnType()->isUndeducedType() &&
10312 S.DeduceReturnType(FunDecl, SourceExpr->getLocStart(), Complain)) {
10317 if (!S.checkAddressOfFunctionIsAvailable(FunDecl))
10322 FunDecl->getType()) ||
10323 S.IsNoReturnConversion(FunDecl->getType(), TargetFunctionType,
10327 CurAccessFunPair, cast<FunctionDecl>(FunDecl->getCanonicalDecl())));