Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp829 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp825 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
/external/clang/include/clang/AST/
DDeclObjC.h828 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function
930 &ObjCPropertyDecl::isInstanceProperty>
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h871 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function
998 &ObjCPropertyDecl::isInstanceProperty>;