Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1385 return protocol_loc_range(protocol_loc_begin(), protocol_loc_end()); in protocol_locs()
1399 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end() function
2177 return protocol_loc_range(protocol_loc_begin(), protocol_loc_end()); in protocol_locs()
2187 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end() function
2414 return protocol_loc_range(protocol_loc_begin(), protocol_loc_end()); in protocol_locs()
2421 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end() function
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp683 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; in rewriteToObjCInterfaceDecl()