Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp826 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h847 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function
972 &ObjCPropertyDecl::isInstanceProperty>;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp116 Prop->getIdentifier(), Prop->isInstanceProperty())) { in CheckPropertyAgainstProtocol()
235 Res->getIdentifier(), Res->isInstanceProperty())) { in ActOnProperty()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp239 if (Prop->isInstanceProperty() == IsInstance) { in getProperty()
H A DASTImporter.cpp5434 if (FoundProp->isInstanceProperty() != D->isInstanceProperty()) in VisitObjCPropertyDecl()