Searched refs:CStyle (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp157 QualType DestType, bool CStyle,
162 QualType DestType, bool CStyle,
168 QualType DestType, bool CStyle,
174 CanQualType DestType, bool CStyle,
182 QualType DestType,bool CStyle,
202 QualType DestType, bool CStyle,
205 QualType DestType, bool CStyle,
735 if (TryConstCast(Self, SrcExpr, DestType, /*CStyle*/false, msg) != TC_Success
852 /*CStyle*/false, OpRange, msg, Kind);
942 /// possible. If @p CStyle, ignor
951 bool CStyle local
1134 TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, CastKind &Kind, CXXCastPath &BasePath, unsigned &msg) argument
1188 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1226 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1260 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, SourceRange OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1375 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
1727 checkIntToPointerCast(bool CStyle, SourceLocation Loc, const Expr *SrcExpr, QualType DestType, Sema &Self) argument
1753 TryReinterpretCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind) argument
[all...]
H A DSemaOverload.cpp75 bool CStyle,
82 bool CStyle);
1162 bool CStyle,
1264 bool CStyle,
1269 ICS.Standard, CStyle, AllowObjCWritebackConversion)){
1309 AllowExplicit, InOverloadResolution, CStyle,
1319 bool CStyle,
1323 InOverloadResolution, CStyle,
1358 /*CStyle=*/false,
1460 bool CStyle);
1158 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion, bool AllowObjCConversionOnExplicit) argument
1260 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion, bool AllowObjCConversionOnExplicit) argument
1315 TryImplicitConversion(Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion) argument
1470 IsStandardConversion(Sema &S, Expr* From, QualType ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle, bool AllowObjCWritebackConversion) argument
1768 IsTransparentUnionStandardConversion(Sema &S, Expr* From, QualType &ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle) argument
2895 IsQualificationConversion(QualType FromType, QualType ToType, bool CStyle, bool &ObjCLifetimeConversion) argument
2976 tryAtomicConversion(Sema &S, Expr *From, QualType ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle) argument
[all...]
H A DSemaExprCXX.cpp3070 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); local
3286 if (CheckPointerConversion(From, ToType, Kind, BasePath, CStyle))
3306 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle))
3342 CStyle))
/freebsd-11.0-release/contrib/llvm/tools/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) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2206 bool CStyle,
2242 bool CStyle, bool &ObjCLifetimeConversion);

Completed in 213 milliseconds