Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1150 bool isInstanceProperty = in ProcessAPINotes() local
1154 isInstanceProperty); in ProcessAPINotes()
H A DSemaObjCProperty.cpp115 Prop->getIdentifier(), Prop->isInstanceProperty())) { in CheckPropertyAgainstProtocol()
236 Res->getIdentifier(), Res->isInstanceProperty())) { in ActOnProperty()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp816 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h851 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function
976 &ObjCPropertyDecl::isInstanceProperty>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp237 if (Prop->isInstanceProperty() == IsInstance) { in getProperty()
H A DASTImporter.cpp6027 if (FoundProp->isInstanceProperty() != D->isInstanceProperty()) in VisitObjCPropertyDecl()