Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CalleeType

2632 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee,
2639 assert(CalleeType->isFunctionPointerType() &&
2642 CalleeType = getContext().getCanonicalType(CalleeType);
2645 = cast<FunctionType>(cast<PointerType>(CalleeType)->getPointeeType());