Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h858 return protocol_loc_range(protocol_loc_begin(), protocol_loc_end()); in protocol_locs()
871 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end() function
1584 return protocol_loc_range(protocol_loc_begin(), protocol_loc_end()); in protocol_locs()
1592 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end() function
1791 return protocol_loc_range(protocol_loc_begin(), protocol_loc_end()); in protocol_locs()
1796 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp697 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; in rewriteToObjCInterfaceDecl()