Home
last modified time | relevance | path

Searched refs:SrcCC (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp1741 CallingConv SrcCC = SrcFTy->getCallConv(); in DiagnoseCallingConvCast() local
1743 if (SrcCC == DstCC) in DiagnoseCallingConvCast()
1766 if (DstCC == DefaultCC || SrcCC != DefaultCC) in DiagnoseCallingConvCast()
1770 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()