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

/external/clang/include/clang/AST/
H A DDeclObjC.h881 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator; typedef in class:clang::ObjCInterfaceDecl
882 typedef llvm::iterator_range<all_protocol_iterator> all_protocol_range;
888 all_protocol_iterator all_referenced_protocol_begin() const {
891 return all_protocol_iterator();
900 all_protocol_iterator all_referenced_protocol_end() const {
903 return all_protocol_iterator();

Completed in 127 milliseconds