Searched refs:SelfType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Casting.h | 322 using SelfType = std::conditional_t<std::is_same<OptionalDerived, void>::value, 335 detail::SelfType<Derived, ValueFromPointerCast<To, From>>> { 345 using Self = detail::SelfType<Derived, UniquePtrCast<To, From>>; 370 detail::SelfType<Derived, OptionalValueCast<To, From>>> {
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 390 const ObjCObjectPointerType *SelfType = in checkSelfIvarsForInvariantViolation() local 392 if (!SelfType) in checkSelfIvarsForInvariantViolation() 395 const ObjCInterfaceDecl *ID = SelfType->getInterfaceDecl(); in checkSelfIvarsForInvariantViolation()
|
| H A D | DynamicTypePropagation.cpp | 775 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument 780 return QualType(SelfType, 0); in getReturnTypeForMethod()
|