Home
last modified time | relevance | path

Searched refs:CStyle (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
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,
952 bool CStyle in TryStaticCast() local
975 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
983 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
[all …]
DSemaExprCXX.cpp3335 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
3553 if (CheckPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
3573 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
3609 CStyle)) in PerformImplicitConversion()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp205 QualType DestType, bool CStyle,
210 QualType DestType, bool CStyle,
216 QualType DestType, bool CStyle,
222 CanQualType DestType, bool CStyle,
230 QualType DestType,bool CStyle,
250 QualType DestType, bool CStyle,
253 QualType DestType, bool CStyle,
257 QualType DestType, bool CStyle,
1169 bool CStyle in TryStaticCast() local
1192 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
[all …]
DSemaOverload.cpp86 bool CStyle,
93 bool CStyle);
1326 bool CStyle, in TryUserDefinedConversion() argument
1429 bool CStyle, in TryImplicitConversion() argument
1434 ICS.Standard, CStyle, AllowObjCWritebackConversion)){ in TryImplicitConversion()
1474 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
1484 bool CStyle, in TryImplicitConversion() argument
1487 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
1676 bool CStyle);
1689 bool CStyle, in IsStandardConversion() argument
[all …]
DSemaExprCXX.cpp4056 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
4279 if (CheckPointerConversion(From, NewToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4299 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4332 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h388 bool CStyle; // Print exprs in C-like syntax. variable
392 : Verbose(V), Cleanup(C), CStyle(CS) in Verbose()
613 if (CStyle && V->kind() == Variable::VK_SFun)
689 if (CStyle) { in printProject()
707 if (CStyle && E->isArrow()) { in printProject()
735 if (!CStyle) in printLoad()
770 if (!CStyle) { in printCast()
867 if (CStyle) { in printIfThenElse()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h414 bool CStyle; variable
418 : Verbose(V), Cleanup(C), CStyle(CS) {} in Verbose()
630 if (CStyle && V->kind() == Variable::VK_SFun)
706 if (CStyle) { in printProject()
724 if (CStyle && E->isArrow()) in printProject()
750 if (!CStyle) in printLoad()
785 if (!CStyle) { in printCast()
899 if (CStyle) { in printIfThenElse()
/external/clang/include/clang/Sema/
DSema.h2267 bool CStyle,
2303 bool CStyle, bool &ObjCLifetimeConversion);
/external/llvm-project/clang/include/clang/Sema/
DSema.h3270 bool CStyle,
3306 bool CStyle, bool &ObjCLifetimeConversion);