Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp950 bool CStyle in TryStaticCast() local
1125 bool CStyle, CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1176 bool CStyle, const SourceRange &OpRange, in TryStaticReferenceDowncast()
1214 bool CStyle, const SourceRange &OpRange, in TryStaticPointerDowncast()
1248 bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, in TryStaticDowncast()
1363 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast()
1508 bool CStyle in TryStaticImplicitCast() local
1531 QualType DestType, bool CStyle, in TryConstCast()
1714 static void checkIntToPointerCast(bool CStyle, SourceLocation Loc, in checkIntToPointerCast()
1741 QualType DestType, bool CStyle, in TryReinterpretCast()
DSemaOverload.cpp1092 bool CStyle, in TryUserDefinedConversion()
1193 bool CStyle, in TryImplicitConversion()
1248 bool CStyle, in TryImplicitConversion()
1402 bool CStyle, in IsStandardConversion()
1682 bool CStyle) { in IsTransparentUnionStandardConversion()
2796 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion()
2879 bool CStyle) { in tryAtomicConversion()
DSemaExprCXX.cpp2802 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h388 bool CStyle; // Print exprs in C-like syntax. variable