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

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

Completed in 67 milliseconds