Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp158 for (const auto *Proto : ID->all_referenced_protocols()) in HasUserDeclaredSetterMethod()
283 for (const auto *I : OID->all_referenced_protocols()) in FindPropertyDeclaration()
386 for (const auto *I : all_referenced_protocols()) in FindPropertyVisibleInPrimaryClass()
407 for (const auto *PI : all_referenced_protocols()) in collectPropertiesToImplement()
453 for (auto *Proto : all_referenced_protocols()) { in mergeClassExtensionProtocolList()
673 for (auto *P : all_referenced_protocols()) in lookupNestedProtocol()
H A DASTContext.cpp2574 for (auto *Proto : OI->all_referenced_protocols()) { in CollectInheritedProtocols()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp250 for (auto *P : IFace->all_referenced_protocols()) { in ActOnProperty()
845 for (const auto *PI : ClassDecl->all_referenced_protocols()) { in SelectPropertyForSynthesisFromProtocols()
852 for (const auto *PI : SDecl->all_referenced_protocols()) { in SelectPropertyForSynthesisFromProtocols()
1037 for (const auto *Proto : OrigClass->all_referenced_protocols()) { in hasWrittenStorageAttribute()
1776 for (auto *PI : IDecl->all_referenced_protocols()) in CollectImmediateProperties()
2067 for (auto *PDecl : IDecl->all_referenced_protocols()) { in DiagnoseUnimplementedProperties()
H A DSemaDeclObjC.cpp2674 for (const auto *I : Super->all_referenced_protocols()) in findProtocolsWithExplicitImpls()
2910 for (auto *PI : I->all_referenced_protocols()) in MatchAllMethodDeclarations()
3027 for (auto *PI : I->all_referenced_protocols()) in ImplMethodsVsClassMethods()
H A DSemaLookup.cpp3931 for (auto *I : IFace->all_referenced_protocols()) { in lookupInDeclContext()
H A DSemaExprObjC.cpp2803 for (const ObjCProtocolDecl *P : RootClass->all_referenced_protocols()) { in isMethodDeclaredInRootProtocol()
H A DSemaCodeComplete.cpp4751 for (auto *I : IFace->all_referenced_protocols()) in AddObjCProperties()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp835 for (const auto *P : OD->all_referenced_protocols()) { in checkPreObjCMessage()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1400 all_protocol_range all_referenced_protocols() const { in all_referenced_protocols() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3356 for (const auto *P : OID->all_referenced_protocols()) in GeneratePropertyList()
H A DCGObjCMac.cpp3326 for (const auto *P : OID->all_referenced_protocols()) in EmitPropertyList()