Searched refs:ObjCProtocolList (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> { 82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(nullptr) { } in ObjCProtocolList() function 1109 ObjCProtocolList ReferencedProtocols; 1254 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() 1275 typedef ObjCProtocolList::iterator protocol_iterator; 1302 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator; 1977 ObjCProtocolList ReferencedProtocols; 2018 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() 2022 typedef ObjCProtocolList::iterator protocol_iterator; 2040 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator; [all …]
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 102 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> { 108 ObjCProtocolList() = default; 1187 ObjCProtocolList ReferencedProtocols; 1339 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() 1361 using protocol_iterator = ObjCProtocolList::iterator; 1390 using protocol_loc_iterator = ObjCProtocolList::loc_iterator; 2069 ObjCProtocolList ReferencedProtocols; 2119 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() 2124 using protocol_iterator = ObjCProtocolList::iterator; 2145 using protocol_loc_iterator = ObjCProtocolList::loc_iterator; [all …]
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 238 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo() 688 ObjCProtocolList EmptyProtoList; in handleObjCInterface() 729 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
|
D | CXIndexDataConsumer.h | 309 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 235 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo() 682 ObjCProtocolList EmptyProtoList; in handleObjCInterface() 723 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
|
D | CXIndexDataConsumer.h | 311 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
|
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 205 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexDecl.cpp | 375 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 54 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 4067 void search(const ObjCProtocolList &protocols) { in search() 4068 for (ObjCProtocolList::iterator i = protocols.begin(), e = protocols.end(); in search()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3920 const llvm::iterator_range<ObjCProtocolList::iterator> &Protocols) { in DiagnoseCategoryDirectMembersProtocolConformance() 4380 void search(const ObjCProtocolList &protocols) { in search()
|