Home
last modified time | relevance | path

Searched defs:isClassProperty (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp435 bool isClassProperty = (AttributesAsWritten & ObjCDeclSpec::DQ_PR_class) || in HandlePropertyInClassExtension() local
619 bool isClassProperty = (AttributesAsWritten & ObjCDeclSpec::DQ_PR_class) || in CreatePropertyDecl() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclObjC.h851 bool isClassProperty() const { in isClassProperty() function
861 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclObjC.h851 bool isClassProperty() const { in isClassProperty() function
861 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclObjC.h854 bool isClassProperty() const { in isClassProperty() function
864 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclObjC.h851 bool isClassProperty() const { in isClassProperty() function
861 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclObjC.h829 bool isClassProperty() const { return PropertyAttributes & OBJC_PR_class; } in isClassProperty() function
834 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()
/aosp_15_r20/external/clang/lib/Parse/
H A DParseObjc.cpp2399 bool isClassProperty = false; in ParseObjCPropertyDynamic() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp3474 bool isClassProperty) { in EmitClassExtension()