Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp134 for (const auto *Proto : ID->all_referenced_protocols()) in HasUserDeclaredSetterMethod()
259 for (const auto *I : OID->all_referenced_protocols()) in FindPropertyDeclaration()
362 for (const auto *I : all_referenced_protocols()) in FindPropertyVisibleInPrimaryClass()
383 for (const auto *PI : all_referenced_protocols()) in collectPropertiesToImplement()
430 for (auto *Proto : all_referenced_protocols()) { in mergeClassExtensionProtocolList()
642 for (auto *P : all_referenced_protocols()) in lookupNestedProtocol()
DASTContext.cpp1976 for (auto *Proto : OI->all_referenced_protocols()) { in CollectInheritedProtocols()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp258 for (auto *P : IFace->all_referenced_protocols()) { in ActOnProperty()
817 for (const auto *PI : ClassDecl->all_referenced_protocols()) { in DiagnosePropertyMismatchDeclInProtocols()
823 for (const auto *PI : SDecl->all_referenced_protocols()) { in DiagnosePropertyMismatchDeclInProtocols()
882 for (const auto *Proto : OrigClass->all_referenced_protocols()) { in hasWrittenStorageAttribute()
1556 for (auto *PI : IDecl->all_referenced_protocols()) in CollectImmediateProperties()
1840 for (auto *PDecl : IDecl->all_referenced_protocols()) { in DiagnoseUnimplementedProperties()
DSemaDeclObjC.cpp2581 for (const auto *I : Super->all_referenced_protocols()) in findProtocolsWithExplicitImpls()
2811 for (auto *PI : I->all_referenced_protocols()) in MatchAllMethodDeclarations()
2928 for (auto *PI : I->all_referenced_protocols()) in ImplMethodsVsClassMethods()
DSemaLookup.cpp3551 for (auto *I : IFace->all_referenced_protocols()) { in LookupVisibleDecls()
DSemaCodeComplete.cpp3631 for (auto *I : IFace->all_referenced_protocols()) in AddObjCProperties()
/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp766 for (const auto *P : OD->all_referenced_protocols()) { in checkPreObjCMessage()
/external/clang/include/clang/AST/
DDeclObjC.h1333 all_protocol_range all_referenced_protocols() const { in all_referenced_protocols() function
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2983 for (const auto *P : OID->all_referenced_protocols()) in EmitPropertyList()