Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp160 QualType DestType, bool CStyle,
165 QualType DestType, bool CStyle,
171 QualType DestType, bool CStyle,
177 CanQualType DestType, bool CStyle,
185 QualType DestType,bool CStyle,
205 QualType DestType, bool CStyle,
208 QualType DestType, bool CStyle,
921 bool CStyle in TryStaticCast() local
944 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
952 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
[all …]
DSemaOverload.cpp74 bool CStyle,
81 bool CStyle);
1119 bool CStyle, in TryUserDefinedConversion() argument
1225 bool CStyle, in TryImplicitConversion() argument
1230 ICS.Standard, CStyle, AllowObjCWritebackConversion)){ in TryImplicitConversion()
1270 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
1280 bool CStyle, in TryImplicitConversion() argument
1284 InOverloadResolution, CStyle, in TryImplicitConversion()
1421 bool CStyle);
1434 bool CStyle, in IsStandardConversion() argument
[all …]
DSemaExprCXX.cpp2695 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
2890 if (CheckPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
2910 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
2938 CStyle)) in PerformImplicitConversion()
/external/clang/include/clang/Sema/
DSema.h2061 bool CStyle,
2095 bool CStyle, bool &ObjCLifetimeConversion);