Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCast.cpp159 QualType DestType, bool CStyle,
164 QualType DestType, bool CStyle,
170 QualType DestType, bool CStyle,
176 CanQualType DestType, bool CStyle,
184 QualType DestType,bool CStyle,
204 QualType DestType, bool CStyle,
207 QualType DestType, bool CStyle,
915 bool CStyle in TryStaticCast() local
938 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
946 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
[all …]
DSemaOverload.cpp73 bool CStyle,
80 bool CStyle);
1110 bool CStyle, in TryUserDefinedConversion() argument
1214 bool CStyle, in TryImplicitConversion() argument
1219 ICS.Standard, CStyle, AllowObjCWritebackConversion)){ in TryImplicitConversion()
1259 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
1269 bool CStyle, in TryImplicitConversion() argument
1273 InOverloadResolution, CStyle, in TryImplicitConversion()
1409 bool CStyle);
1422 bool CStyle, in IsStandardConversion() argument
[all …]
DSemaExprCXX.cpp2674 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
2869 if (CheckPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
2889 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
2917 CStyle)) in PerformImplicitConversion()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1939 bool CStyle,
1973 bool CStyle, bool &ObjCLifetimeConversion);