Searched refs:SelfType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/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>>> {
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 431 const ObjCObjectPointerType *SelfType = in checkSelfIvarsForInvariantViolation() local 433 if (!SelfType) in checkSelfIvarsForInvariantViolation() 436 const ObjCInterfaceDecl *ID = SelfType->getInterfaceDecl(); in checkSelfIvarsForInvariantViolation()
|
| H A D | DynamicTypePropagation.cpp | 777 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument 782 return QualType(SelfType, 0); in getReturnTypeForMethod()
|