Searched refs:collectInheritedProtocolProperties (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1871 void ObjCProtocolDecl::collectInheritedProtocolProperties( in collectInheritedProtocolProperties() function in ObjCProtocolDecl 1888 PI->collectInheritedProtocolProperties(Property, PM); in collectInheritedProtocolProperties()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 1997 void ObjCProtocolDecl::collectInheritedProtocolProperties( in collectInheritedProtocolProperties() function in ObjCProtocolDecl 2013 PI->collectInheritedProtocolProperties(Property, PS, PO); in collectInheritedProtocolProperties()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 819 PDecl->collectInheritedProtocolProperties(Property, PropMap); in DiagnosePropertyMismatchDeclInProtocols() 825 PDecl->collectInheritedProtocolProperties(Property, PropMap); in DiagnosePropertyMismatchDeclInProtocols()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 854 PDecl->collectInheritedProtocolProperties(Property, ProtocolSet, in SelectPropertyForSynthesisFromProtocols() 861 PDecl->collectInheritedProtocolProperties(Property, ProtocolSet, in SelectPropertyForSynthesisFromProtocols()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2143 void collectInheritedProtocolProperties(const ObjCPropertyDecl *Property,
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 2262 void collectInheritedProtocolProperties(const ObjCPropertyDecl *Property,
|