Home
last modified time | relevance | path

Searched refs:HasUserDeclaredSetterMethod (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DDeclObjC.cpp101 bool ObjCContainerDecl::HasUserDeclaredSetterMethod( in HasUserDeclaredSetterMethod() function in ObjCContainerDecl
135 if (Proto->HasUserDeclaredSetterMethod(Property)) in HasUserDeclaredSetterMethod()
141 if (OSC->HasUserDeclaredSetterMethod(Property)) in HasUserDeclaredSetterMethod()
148 if (PI->HasUserDeclaredSetterMethod(Property)) in HasUserDeclaredSetterMethod()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclObjC.h1071 bool HasUserDeclaredSetterMethod(const ObjCPropertyDecl *P) const;
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclObjC.h1014 bool HasUserDeclaredSetterMethod(const ObjCPropertyDecl *P) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclObjC.h1071 bool HasUserDeclaredSetterMethod(const ObjCPropertyDecl *P) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclObjC.h1071 bool HasUserDeclaredSetterMethod(const ObjCPropertyDecl *P) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclObjC.h1074 bool HasUserDeclaredSetterMethod(const ObjCPropertyDecl *P) const;
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1727 !IDecl->HasUserDeclaredSetterMethod(Prop)) { in DefaultSynthesizeProperties()