/external/clang/lib/Sema/ |
D | SemaCast.cpp | 158 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 …]
|
D | SemaExprCXX.cpp | 3335 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/ |
D | SemaCast.cpp | 205 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 …]
|
D | SemaOverload.cpp | 86 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 …]
|
D | SemaExprCXX.cpp | 4056 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/ |
D | ThreadSafetyTraverse.h | 388 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/ |
D | ThreadSafetyTraverse.h | 414 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/ |
D | Sema.h | 2267 bool CStyle, 2303 bool CStyle, bool &ObjCLifetimeConversion);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3270 bool CStyle, 3306 bool CStyle, bool &ObjCLifetimeConversion);
|