Searched defs:CStyle (Results 1 – 3 of 3) sorted by relevance
| /external/clang/lib/Sema/ |
| D | SemaCast.cpp | 921 bool CStyle in TryStaticCast() local 1088 bool CStyle, CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast() 1139 bool CStyle, const SourceRange &OpRange, in TryStaticReferenceDowncast() 1177 bool CStyle, const SourceRange &OpRange, in TryStaticPointerDowncast() 1211 bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, in TryStaticDowncast() 1326 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() 1471 bool CStyle in TryStaticImplicitCast() local 1494 QualType DestType, bool CStyle, in TryConstCast() 1677 static void checkIntToPointerCast(bool CStyle, SourceLocation Loc, in checkIntToPointerCast() 1704 QualType DestType, bool CStyle, in TryReinterpretCast()
|
| D | SemaOverload.cpp | 1119 bool CStyle, in TryUserDefinedConversion() 1225 bool CStyle, in TryImplicitConversion() 1280 bool CStyle, in TryImplicitConversion() 1434 bool CStyle, in IsStandardConversion() 1713 bool CStyle) { in IsTransparentUnionStandardConversion() 2825 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion() 2908 bool CStyle) { in tryAtomicConversion()
|
| D | SemaExprCXX.cpp | 2695 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
|