HomeSort by relevance Sort by last modified time
    Searched refs:protocol_loc_iterator (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
DeclObjC.h 775 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
1614 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator; typedef in class:clang::ObjCCategoryDecl
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 496 for (ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
553 for (ObjCProtocolDecl::protocol_loc_iterator PL = D->protocol_loc_begin(),
577 for (ObjCCategoryDecl::protocol_loc_iterator
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 398 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1;