Home
last modified time | relevance | path

Searched refs:all_referenced_protocols (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp134 for (const auto *Proto : ID->all_referenced_protocols()) in HasUserDeclaredSetterMethod()
218 for (const auto *I : OID->all_referenced_protocols()) in FindPropertyDeclaration()
261 for (const auto *I : all_referenced_protocols()) in FindPropertyVisibleInPrimaryClass()
274 for (const auto *PI : all_referenced_protocols()) in collectPropertiesToImplement()
321 for (auto *Proto : all_referenced_protocols()) { in mergeClassExtensionProtocolList()
533 for (auto *P : all_referenced_protocols()) in lookupNestedProtocol()
DASTContext.cpp1861 for (auto *Proto : OI->all_referenced_protocols()) { in CollectInheritedProtocols()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp227 for (auto *P : IFace->all_referenced_protocols()) { in ActOnProperty()
754 for (const auto *PI : ClassDecl->all_referenced_protocols()) { in DiagnosePropertyMismatchDeclInProtocols()
760 for (const auto *PI : SDecl->all_referenced_protocols()) { in DiagnosePropertyMismatchDeclInProtocols()
1434 for (auto *PI : IDecl->all_referenced_protocols()) in CollectImmediateProperties()
1685 for (auto *PDecl : IDecl->all_referenced_protocols()) { in DiagnoseUnimplementedProperties()
DSemaDeclObjC.cpp1665 for (const auto *I : Super->all_referenced_protocols()) in findProtocolsWithExplicitImpls()
1891 for (auto *PI : I->all_referenced_protocols()) in MatchAllMethodDeclarations()
1991 for (auto *PI : I->all_referenced_protocols()) in ImplMethodsVsClassMethods()
DSemaLookup.cpp3144 for (auto *I : IFace->all_referenced_protocols()) { in LookupVisibleDecls()
DSemaCodeComplete.cpp3556 for (auto *I : IFace->all_referenced_protocols()) in AddObjCProperties()
/external/clang/include/clang/AST/
DDeclObjC.h885 all_protocol_range all_referenced_protocols() const { in all_referenced_protocols() function
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2792 for (const auto *P : OID->all_referenced_protocols()) in EmitPropertyList()