Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1330 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator; typedef
1331 typedef llvm::iterator_range<all_protocol_iterator> all_protocol_range;
1337 all_protocol_iterator all_referenced_protocol_begin() const { in all_referenced_protocol_begin()
1340 return all_protocol_iterator(); in all_referenced_protocol_begin()
1349 all_protocol_iterator all_referenced_protocol_end() const { in all_referenced_protocol_end()
1352 return all_protocol_iterator(); in all_referenced_protocol_end()