Searched refs:DefaultCC (Results 1 – 4 of 4) sorted by relevance
491 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, in getAllManglings() local494 return CC == DefaultCC; in getAllManglings()
649 auto DefaultCC = LangOpts.getDefaultCallingConv(); in FixupInvocation() local651 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation()652 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()654 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()655 DefaultCC == LangOptions::DCC_RegCall) && in FixupInvocation()657 emitError |= DefaultCC == LangOptions::DCC_RtdCall && Arch != llvm::Triple::m68k; in FixupInvocation()
2137 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( in DiagnoseCallingConvCast() local2139 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
8326 CallingConv DefaultCC = in adjustMemberFunctionCC() local8329 if (CurCC != DefaultCC) in adjustMemberFunctionCC()