Home | History | Annotate | Download | only in Sema

Lines Matching defs:ReturnTy

224   QualType ReturnTy = CE->getCallReturnType(S.Context);
225 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() };
227 ReturnTy, ArgTys, FunctionProtoType::ExtProtoInfo());