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

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h388 bool CStyle; // Print exprs in C-like syntax. member in class:clang::threadSafety::til::PrettyPrinter
392 : Verbose(V), Cleanup(C), CStyle(CS)
613 if (CStyle && V->kind() == Variable::VK_SFun)
689 if (CStyle) {
707 if (CStyle && E->isArrow()) {
735 if (!CStyle)
770 if (!CStyle) {
867 if (CStyle) {
/external/clang/lib/Sema/
H A DSemaCast.cpp158 QualType DestType, bool CStyle,
163 QualType DestType, bool CStyle,
169 QualType DestType, bool CStyle,
175 CanQualType DestType, bool CStyle,
183 QualType DestType,bool CStyle,
203 QualType DestType, bool CStyle,
206 QualType DestType, bool CStyle,
736 if (TryConstCast(Self, SrcExpr, DestType, /*CStyle*/false, msg) != TC_Success
853 /*CStyle*/false, OpRange, msg, Kind);
943 /// possible. If @p CStyle, ignor
952 bool CStyle local
1135 TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, CastKind &Kind, CXXCastPath &BasePath, unsigned &msg) argument
1189 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1227 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1261 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, SourceRange OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1373 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1521 bool CStyle local
1543 TryConstCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, unsigned &msg) argument
1818 checkIntToPointerCast(bool CStyle, SourceLocation Loc, const Expr *SrcExpr, QualType DestType, Sema &Self) argument
1870 TryReinterpretCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind) argument
[all...]
H A DSemaExprCXX.cpp3335 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); local
3553 if (CheckPointerConversion(From, ToType, Kind, BasePath, CStyle))
3573 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle))
3609 CStyle))
H A DSemaOverload.cpp75 bool CStyle,
82 bool CStyle);
1181 bool CStyle,
1285 bool CStyle,
1290 ICS.Standard, CStyle, AllowObjCWritebackConversion)){
1330 AllowExplicit, InOverloadResolution, CStyle,
1340 bool CStyle,
1344 InOverloadResolution, CStyle,
1379 /*CStyle=*/false,
1481 bool CStyle);
1177 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion, bool AllowObjCConversionOnExplicit) argument
1281 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion, bool AllowObjCConversionOnExplicit) argument
1336 TryImplicitConversion(Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion) argument
1491 IsStandardConversion(Sema &S, Expr* From, QualType ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle, bool AllowObjCWritebackConversion) argument
1803 IsTransparentUnionStandardConversion(Sema &S, Expr* From, QualType &ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle) argument
2929 IsQualificationConversion(QualType FromType, QualType ToType, bool CStyle, bool &ObjCLifetimeConversion) argument
3014 tryAtomicConversion(Sema &S, Expr *From, QualType ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle) argument
[all...]

Completed in 240 milliseconds