Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp825 if (ShadowedPropDecl->isInstanceProperty()) { in findShadowedPropertyDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h851 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function
976 &ObjCPropertyDecl::isInstanceProperty>;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5213 if (FoundProp->isInstanceProperty() != D->isInstanceProperty()) in VisitObjCPropertyDecl()