Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp778 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument
783 return QualType(SelfType, 0); in getReturnTypeForMethod()