Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp827 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h878 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function
1000 &ObjCPropertyDecl::isInstanceProperty>;