Home | History | Annotate | Download | only in Sema

Lines Matching refs:tryExprAsCall

1135 bool Sema::tryExprAsCall(Expr &E, QualType &ZeroArgCallReturnTy,
1228 /// A companion to tryExprAsCall. In cases when the name that the programmer
1298 if (tryExprAsCall(*E.get(), ZeroArgCallTy, Overloads) &&