Home | History | Annotate | Download | only in Sema

Lines Matching refs:OverloadTy

637       (E->getType() == Context.OverloadTy ||
4826 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(),
4833 OverloadTy,
4838 FT = cast<FunctionProtoType>(OverloadTy);
4925 if (Fn->getType() == Context.OverloadTy) {
5028 /// i.e. an expression not of \p OverloadTy. The expression should
7304 } else if (RHS.get()->getType() == Context.OverloadTy) {
9840 return Context.OverloadTy;
9977 return Context.OverloadTy;
12042 if (SecondType == Context.OverloadTy)