Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCasting.h322 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 DNullabilityChecker.cpp390 const ObjCObjectPointerType *SelfType = in checkSelfIvarsForInvariantViolation() local
392 if (!SelfType) in checkSelfIvarsForInvariantViolation()
395 const ObjCInterfaceDecl *ID = SelfType->getInterfaceDecl(); in checkSelfIvarsForInvariantViolation()
H A DDynamicTypePropagation.cpp775 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument
780 return QualType(SelfType, 0); in getReturnTypeForMethod()