Lines Matching defs:CC
2830 // Inherit the CC from the previous declaration if it was specified8234 CallingConv CC = FT->getExtInfo().getCC();8235 if (!supportsVariadicCall(CC)) {8239 CC == CC_X86StdCall ? diag::warn_cconv_knr : diag::err_cconv_knr;8241 << FunctionType::getNameForCallConv(CC);