Searched refs:CStyle (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 206 QualType DestType, bool CStyle, 211 QualType DestType, bool CStyle, 217 QualType DestType, bool CStyle, 223 CanQualType DestType, bool CStyle, 231 QualType DestType,bool CStyle, 251 QualType DestType, bool CStyle, 254 QualType DestType, bool CStyle, 258 QualType DestType, bool CStyle, 1265 bool CStyle in TryStaticCast() local 1288 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast() [all …]
|
| H A 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 …]
|
| H A D | SemaExprCXX.cpp | 4126 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local 4349 if (CheckPointerConversion(From, NewToType, Kind, BasePath, CStyle)) in PerformImplicitConversion() 4369 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion() 4402 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3401 bool CStyle, 3437 bool CStyle, bool &ObjCLifetimeConversion);
|