Searched refs:CStyle (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 265 QualType DestType, bool CStyle, 271 bool CStyle, CastOperation::OpRangeType OpRange, 276 bool CStyle, CastOperation::OpRangeType OpRange, 279 CanQualType DestType, bool CStyle, 286 QualType DestType, bool CStyle, 303 QualType DestType, bool CStyle, 306 QualType DestType, bool CStyle, 310 QualType DestType, bool CStyle, 1397 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in TryStaticCast() local 1420 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast() [all …]
|
| H A D | SemaOverload.cpp | 95 bool CStyle, 102 bool CStyle); 1659 bool CStyle, in TryUserDefinedConversion() argument 1782 bool CStyle, in TryImplicitConversion() argument 1787 ICS.Standard, CStyle, AllowObjCWritebackConversion)){ in TryImplicitConversion() 1844 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion() 1854 bool CStyle, in TryImplicitConversion() argument 1857 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion() 2119 bool InOverloadResolution, bool CStyle) { in IsVectorConversion() argument 2213 !InOverloadResolution && !CStyle) { in IsVectorConversion() [all …]
|
| H A D | SemaExprCXX.cpp | 4669 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in PerformImplicitConversion() local 4970 if (CheckPointerConversion(From, NewToType, Kind, BasePath, CStyle)) in PerformImplicitConversion() 4992 From->getExprLoc(), From->getSourceRange(), CStyle, in PerformImplicitConversion() 5043 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTraverse.h | 408 bool CStyle; variable 412 : Verbose(V), Cleanup(C), CStyle(CS) {} in Verbose() 627 if (CStyle && V->kind() == Variable::VK_SFun) 703 if (CStyle) { in printProject() 721 if (CStyle && E->isArrow()) in printProject() 747 if (!CStyle) in printLoad() 782 if (!CStyle) { in printCast() 896 if (CStyle) { in printIfThenElse()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10039 AllowedExplicit AllowExplicit, bool InOverloadResolution, bool CStyle, 10171 bool CStyle, bool &ObjCLifetimeConversion);
|