Searched refs:DefaultCC (Results 1 – 4 of 4) sorted by relevance
490 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, in getAllManglings() local493 return CC == DefaultCC; in getAllManglings()
673 auto DefaultCC = LangOpts.getDefaultCallingConv(); in FixupInvocation() local675 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation()676 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()678 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()679 DefaultCC == LangOptions::DCC_RegCall) && in FixupInvocation()681 emitError |= DefaultCC == LangOptions::DCC_RtdCall && Arch != llvm::Triple::m68k; in FixupInvocation()
2146 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( in DiagnoseCallingConvCast() local2148 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
8024 CallingConv DefaultCC = in adjustMemberFunctionCC() local8027 if (CurCC != DefaultCC) in adjustMemberFunctionCC()