Home
last modified time | relevance | path

Searched refs:isInstanceProperty (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp816 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h850 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function
975 &ObjCPropertyDecl::isInstanceProperty>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp116 Prop->getIdentifier(), Prop->isInstanceProperty())) { in CheckPropertyAgainstProtocol()
235 Res->getIdentifier(), Res->isInstanceProperty())) { in ActOnProperty()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp239 if (Prop->isInstanceProperty() == IsInstance) { in getProperty()
H A DASTImporter.cpp5667 if (FoundProp->isInstanceProperty() != D->isInstanceProperty()) in VisitObjCPropertyDecl()