Searched defs:protocol_loc_iterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h775 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator; typedef in class:clang::ObjCInterfaceDecl
777 protocol_loc_iterator protocol_loc_begin() const {
780 return protocol_loc_iterator();
788 protocol_loc_iterator protocol_loc_end() const {
791 return protocol_loc_iterator();
1422 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator; typedef in class:clang::ObjCProtocolDecl
1423 protocol_loc_iterator protocol_loc_begin() const {
1425 return protocol_loc_iterator();
1429 protocol_loc_iterator protocol_loc_end() const {
1431 return protocol_loc_iterator();
1614 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator; typedef in class:clang::ObjCCategoryDecl
[all...]

Completed in 109 milliseconds