Searched refs:DefaultCC (Results 1 – 4 of 4) sorted by relevance
487 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, in getAllManglings() local490 return CC == DefaultCC; in getAllManglings()
2106 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( in DiagnoseCallingConvCast() local2108 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
7957 CallingConv DefaultCC = in adjustMemberFunctionCC() local7960 if (CurCC != DefaultCC) in adjustMemberFunctionCC()
551 auto DefaultCC = LangOpts.getDefaultCallingConv(); in FixupInvocation() local553 bool emitError = (DefaultCC == LangOptions::DCC_FastCall || in FixupInvocation()554 DefaultCC == LangOptions::DCC_StdCall) && in FixupInvocation()556 emitError |= (DefaultCC == LangOptions::DCC_VectorCall || in FixupInvocation()557 DefaultCC == LangOptions::DCC_RegCall) && in FixupInvocation()