Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CalleeType

3200 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee,
3208 assert(CalleeType->isFunctionPointerType() &&
3211 CalleeType = getContext().getCanonicalType(CalleeType);
3214 cast<FunctionType>(cast<PointerType>(CalleeType)->getPointeeType());
3258 EmitCheckTypeDescriptor(CalleeType)