Home | History | Annotate | Download | only in Sema

Lines Matching refs:Fun

1200     if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) {
1201 if (Fun->getMinRequiredArguments() == 0)
1202 ZeroArgCallReturnTy = Fun->getResultType();