Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CalleeType

3084 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee,
3091 assert(CalleeType->isFunctionPointerType() &&
3094 CalleeType = getContext().getCanonicalType(CalleeType);
3097 = cast<FunctionType>(cast<PointerType>(CalleeType)->getPointeeType());