Home
last modified time | relevance | path

Searched defs:CStyle (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp796 bool CStyle in TryStaticCast() local
958 bool CStyle, CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1009 bool CStyle, const SourceRange &OpRange, in TryStaticReferenceDowncast()
1044 bool CStyle, const SourceRange &OpRange, in TryStaticPointerDowncast()
1078 bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, in TryStaticDowncast()
1193 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast()
1333 bool CStyle in TryStaticImplicitCast() local
1356 bool CStyle, unsigned &msg) { in TryConstCast()
1500 static void checkIntToPointerCast(bool CStyle, SourceLocation Loc, in checkIntToPointerCast()
1517 QualType DestType, bool CStyle, in TryReinterpretCast()
DSemaOverload.cpp1111 bool CStyle, in TryUserDefinedConversion()
1214 bool CStyle, in TryImplicitConversion()
1267 bool CStyle, in TryImplicitConversion()
1418 bool CStyle, in IsStandardConversion()
1698 bool CStyle) { in IsTransparentUnionStandardConversion()
2830 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion()
2912 bool CStyle) { in tryAtomicConversion()
DSemaExprCXX.cpp2465 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local