Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp825 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h851 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function
976 &ObjCPropertyDecl::isInstanceProperty>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp5108 if (FoundProp->isInstanceProperty() != D->isInstanceProperty()) in VisitObjCPropertyDecl()