Searched refs:SelfType (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Casting.h | 321 using SelfType = std::conditional_t<std::is_same_v<OptionalDerived, void>, 334 detail::SelfType<Derived, ValueFromPointerCast<To, From>>> { 344 using Self = detail::SelfType<Derived, UniquePtrCast<To, From>>; 369 detail::SelfType<Derived, OptionalValueCast<To, From>>> {
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 434 const ObjCObjectPointerType *SelfType = in checkSelfIvarsForInvariantViolation() local 436 if (!SelfType) in checkSelfIvarsForInvariantViolation() 439 const ObjCInterfaceDecl *ID = SelfType->getInterfaceDecl(); in checkSelfIvarsForInvariantViolation()
|
| H A D | DynamicTypePropagation.cpp | 774 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument 779 return QualType(SelfType, 0); in getReturnTypeForMethod()
|