Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1004 bool isInstanceProperty = in ProcessAPINotes() local
1008 isInstanceProperty); in ProcessAPINotes()
H A DSemaObjCProperty.cpp117 Prop->getIdentifier(), Prop->isInstanceProperty())) { in CheckPropertyAgainstProtocol()
235 Res->getIdentifier(), Res->isInstanceProperty())) { in ActOnProperty()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp816 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h853 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function
978 &ObjCPropertyDecl::isInstanceProperty>;
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp240 if (Prop->isInstanceProperty() == IsInstance) { in getProperty()
H A DASTImporter.cpp5751 if (FoundProp->isInstanceProperty() != D->isInstanceProperty()) in VisitObjCPropertyDecl()