Home | History | Annotate | Download | only in Sema

Lines Matching refs:ReturnTy

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