Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1373 using protocol_loc_iterator = ObjCProtocolList::loc_iterator; variable
1374 using protocol_loc_range = llvm::iterator_range<protocol_loc_iterator>;
1380 protocol_loc_iterator protocol_loc_begin() const { in protocol_loc_begin()
1383 return protocol_loc_iterator(); in protocol_loc_begin()
1391 protocol_loc_iterator protocol_loc_end() const { in protocol_loc_end()
1394 return protocol_loc_iterator(); in protocol_loc_end()
2162 using protocol_loc_iterator = ObjCProtocolList::loc_iterator; variable
2163 using protocol_loc_range = llvm::iterator_range<protocol_loc_iterator>;
2169 protocol_loc_iterator protocol_loc_begin() const { in protocol_loc_begin()
2171 return protocol_loc_iterator(); in protocol_loc_begin()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp393 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in handleReferencedProtocols()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp246 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in ObjCProtocolListInfo()
H A DCIndex.cpp1095 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin(); in VisitObjCCategoryDecl()
1109 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin(); in VisitObjCProtocolDecl()
1188 ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(); in VisitObjCInterfaceDecl()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp686 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; in rewriteToObjCInterfaceDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp4623 ObjCCategoryDecl::protocol_loc_iterator FromProtoLoc in VisitObjCCategoryDecl()
4679 ObjCProtocolDecl::protocol_loc_iterator FromProtoLoc = in ImportDefinition()
5158 ObjCInterfaceDecl::protocol_loc_iterator FromProtoLoc = in ImportDefinition()