reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclObjC.h
 1392   using protocol_loc_range = llvm::iterator_range<protocol_loc_iterator>;
 1398   protocol_loc_iterator protocol_loc_begin() const {
 1409   protocol_loc_iterator protocol_loc_end() const {
tools/clang/lib/ARCMigrate/ObjCMT.cpp
  697     ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1;
tools/clang/lib/AST/ASTImporter.cpp
 4521   ObjCInterfaceDecl::protocol_loc_iterator FromProtoLoc =
tools/clang/lib/Index/IndexDecl.cpp
  370     ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin();
tools/clang/tools/libclang/CIndex.cpp
 1170   ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin();
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  241   ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin();