Searched refs:all_referenced_protocol_begin (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 165 I = OID->all_referenced_protocol_begin(), in FindPropertyDeclaration() 212 I = all_referenced_protocol_begin(), in FindPropertyVisibleInPrimaryClass() 229 PI = all_referenced_protocol_begin(), in collectPropertiesToImplement() 278 p = all_referenced_protocol_begin(), in mergeClassExtensionProtocolList() 296 for (all_protocol_iterator p = all_referenced_protocol_begin(), in mergeClassExtensionProtocolList()
|
D | ASTContext.cpp | 1706 for (ObjCInterfaceDecl::all_protocol_iterator P = OI->all_referenced_protocol_begin(), in CollectInheritedProtocols()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 228 P = IFace->all_referenced_protocol_begin(), in ActOnProperty() 1494 PI = IDecl->all_referenced_protocol_begin(), in CollectImmediateProperties()
|
D | SemaDeclObjC.cpp | 1762 PI = I->all_referenced_protocol_begin(), in MatchAllMethodDeclarations() 1857 PI = I->all_referenced_protocol_begin(), in ImplMethodsVsClassMethods()
|
D | SemaLookup.cpp | 2933 I = IFace->all_referenced_protocol_begin(), in LookupVisibleDecls()
|
D | SemaCodeComplete.cpp | 3509 I = IFace->all_referenced_protocol_begin(), in AddObjCProperties()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 795 all_protocol_iterator all_referenced_protocol_begin() const { in all_referenced_protocol_begin() function
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2826 P = OID->all_referenced_protocol_begin(), in EmitPropertyList() 3062 Interface->all_referenced_protocol_begin(), in GenerateClass() 5703 OID->all_referenced_protocol_begin(), in BuildClassRoTInitializer()
|