Home | History | Annotate | Download | only in Sema

Lines Matching refs:Fun

1316     if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) {
1317 if (Fun->getMinRequiredArguments() == 0)
1318 ZeroArgCallReturnTy = Fun->getReturnType();