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()
236 for (const auto *I : OID->all_referenced_protocols()) in FindPropertyDeclaration()
335 for (const auto *I : all_referenced_protocols()) in FindPropertyVisibleInPrimaryClass()
355 for (const auto *PI : all_referenced_protocols()) in collectPropertiesToImplement()
402 for (auto *Proto : all_referenced_protocols()) { in mergeClassExtensionProtocolList()
614 for (auto *P : all_referenced_protocols()) in lookupNestedProtocol()
DASTContext.cpp1978 for (auto *Proto : OI->all_referenced_protocols()) { in CollectInheritedProtocols()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp258 for (auto *P : IFace->all_referenced_protocols()) { in ActOnProperty()
808 for (const auto *PI : ClassDecl->all_referenced_protocols()) { in DiagnosePropertyMismatchDeclInProtocols()
814 for (const auto *PI : SDecl->all_referenced_protocols()) { in DiagnosePropertyMismatchDeclInProtocols()
872 for (const auto *Proto : OrigClass->all_referenced_protocols()) { in hasWrittenStorageAttribute()
1533 for (auto *PI : IDecl->all_referenced_protocols()) in CollectImmediateProperties()
1791 for (auto *PDecl : IDecl->all_referenced_protocols()) { in DiagnoseUnimplementedProperties()
DSemaDeclObjC.cpp2556 for (const auto *I : Super->all_referenced_protocols()) in findProtocolsWithExplicitImpls()
2783 for (auto *PI : I->all_referenced_protocols()) in MatchAllMethodDeclarations()
2900 for (auto *PI : I->all_referenced_protocols()) in ImplMethodsVsClassMethods()
DSemaLookup.cpp3465 for (auto *I : IFace->all_referenced_protocols()) { in LookupVisibleDecls()
DSemaCodeComplete.cpp3618 for (auto *I : IFace->all_referenced_protocols()) in AddObjCProperties()
/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp702 for (const auto *P : OD->all_referenced_protocols()) { in checkPreObjCMessage()
/external/clang/include/clang/AST/
DDeclObjC.h1093 all_protocol_range all_referenced_protocols() const { in all_referenced_protocols() function
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2934 for (const auto *P : OID->all_referenced_protocols()) in EmitPropertyList()