Home
last modified time | relevance | path

Searched refs:SelfType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h321 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 DNullabilityChecker.cpp434 const ObjCObjectPointerType *SelfType = in checkSelfIvarsForInvariantViolation() local
436 if (!SelfType) in checkSelfIvarsForInvariantViolation()
439 const ObjCInterfaceDecl *ID = SelfType->getInterfaceDecl(); in checkSelfIvarsForInvariantViolation()