Home
last modified time | relevance | path

Searched refs:protocol_loc_iterator (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1384 using protocol_loc_iterator = ObjCProtocolList::loc_iterator; variable
1385 using protocol_loc_range = llvm::iterator_range<protocol_loc_iterator>;
1391 protocol_loc_iterator protocol_loc_begin() const { in protocol_loc_begin()
1394 return protocol_loc_iterator(); in protocol_loc_begin()
1402 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end()
1405 return protocol_loc_iterator(); in protocol_loc_end()
2176 using protocol_loc_iterator = ObjCProtocolList::loc_iterator; variable
2177 using protocol_loc_range = llvm::iterator_range<protocol_loc_iterator>;
2183 protocol_loc_iterator protocol_loc_begin() const { in protocol_loc_begin()
2185 return protocol_loc_iterator(); in protocol_loc_begin()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp393 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in handleReferencedProtocols()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp683 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; in rewriteToObjCInterfaceDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4940 ObjCCategoryDecl::protocol_loc_iterator FromProtoLoc in VisitObjCCategoryDecl()
4996 ObjCProtocolDecl::protocol_loc_iterator FromProtoLoc = in ImportDefinition()
5475 ObjCInterfaceDecl::protocol_loc_iterator FromProtoLoc = in ImportDefinition()