Home
last modified time | relevance | path

Searched refs:SuperProperty (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1577 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1583 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
1618 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1621 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1622 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1623 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1626 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1628 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1631 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1635 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1578 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1584 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
1619 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1622 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1623 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1624 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1627 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1629 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1632 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1636 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1578 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1584 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
1619 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1622 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1623 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1624 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1627 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1629 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1632 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1636 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaObjCProperty.cpp1636 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1673 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1676 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1677 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1678 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1681 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1683 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1686 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1690 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1703 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1645 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1682 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1685 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1686 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1687 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1690 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1692 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1695 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1699 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1712 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1642 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1648 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
1683 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1686 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1687 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1688 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1691 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1693 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1696 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1700 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaObjCProperty.cpp1636 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1673 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1676 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1677 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1678 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1681 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1683 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1686 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1690 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1703 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaObjCProperty.cpp1645 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1682 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1685 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1686 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1687 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1690 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1692 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1695 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1699 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1712 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1647 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1684 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1687 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1688 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1689 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1692 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1694 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1697 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1701 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1714 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaObjCProperty.cpp1647 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1684 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1687 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1688 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1689 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1692 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1694 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1697 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1701 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1714 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1642 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1648 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
1683 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1686 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1687 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1688 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1691 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1693 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1696 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1700 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaObjCProperty.cpp1636 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1673 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1676 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1677 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1678 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1681 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1683 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1686 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1690 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1703 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1636 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1673 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1676 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1677 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1678 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1681 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1683 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1686 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1690 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1703 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaObjCProperty.cpp1645 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1682 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1685 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1686 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1687 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1690 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1692 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1695 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1699 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1712 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaObjCProperty.cpp1636 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1673 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1676 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1677 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1678 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1681 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1683 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1686 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1690 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1703 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaObjCProperty.cpp1636 ObjCPropertyDecl *SuperProperty, in DiagnosePropertyMismatch() argument
1673 checkAtomicPropertyMismatch(*this, SuperProperty, Property, false); in DiagnosePropertyMismatch()
1676 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch()
1677 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
1678 isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) { in DiagnosePropertyMismatch()
1681 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1683 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1686 Diag(SuperProperty->getLocation(), diag::note_property_declare); in DiagnosePropertyMismatch()
1690 Context.getCanonicalType(SuperProperty->getType()); in DiagnosePropertyMismatch()
1703 << Property->getType() << SuperProperty->getType() << inheritedName; in DiagnosePropertyMismatch()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4codegen_p.h179 SuperProperty, enumerator
227 case SuperProperty: in loadTriggersSideEffect()
236 bool isSuperProperty() const { return type == SuperProperty; } in isSuperProperty()
289 Reference r(property.codegen, SuperProperty); in fromSuperProperty()
H A Dqv4codegen.cpp1933 case Reference::SuperProperty: in visit()
2037 } else if (base.type == Reference::SuperProperty) { in handleCall()
2177 case Reference::SuperProperty: in visit()
2315 case Reference::SuperProperty: in handleTaggedTemplate()
4063 case SuperProperty: in operator ==()
4149 } else if (type == Reference::SuperProperty) { in baseObject()
4245 case SuperProperty: in storeAccumulator()
4334 case SuperProperty: in loadInAccumulator()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4codegen_p.h179 SuperProperty, enumerator
227 case SuperProperty: in loadTriggersSideEffect()
236 bool isSuperProperty() const { return type == SuperProperty; } in isSuperProperty()
289 Reference r(property.codegen, SuperProperty); in fromSuperProperty()
H A Dqv4codegen.cpp1933 case Reference::SuperProperty: in visit()
2037 } else if (base.type == Reference::SuperProperty) { in handleCall()
2177 case Reference::SuperProperty: in visit()
2315 case Reference::SuperProperty: in handleTaggedTemplate()
4063 case SuperProperty: in operator ==()
4149 } else if (type == Reference::SuperProperty) { in baseObject()
4245 case SuperProperty: in storeAccumulator()
4334 case SuperProperty: in loadInAccumulator()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/js_parser/
H A Des-simplified.esgrammar213 SuperProperty[?Yield, ?Await]
223 SuperProperty[Yield, Await] :
H A Des.esgrammar569 SuperProperty[?Yield, ?Await]
573 SuperProperty[Yield, Await] :
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/js_parser/
H A Des-simplified.esgrammar213 SuperProperty[?Yield, ?Await]
223 SuperProperty[Yield, Await] :
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/js_parser/
H A Des-simplified.esgrammar213 SuperProperty[?Yield, ?Await]
223 SuperProperty[Yield, Await] :
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/js_parser/
H A Des-simplified.esgrammar213 SuperProperty[?Yield, ?Await]
223 SuperProperty[Yield, Await] :

1234