Searched refs:protocol_loc_iterator (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h853 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator; typedef in class:clang::ObjCInterfaceDecl
854 typedef llvm::iterator_range<protocol_loc_iterator> protocol_loc_range;
859 protocol_loc_iterator protocol_loc_begin() const {
862 return protocol_loc_iterator();
870 protocol_loc_iterator protocol_loc_end() const {
873 return protocol_loc_iterator();
1575 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator; typedef in class:clang::ObjCProtocolDecl
1576 typedef llvm::iterator_range<protocol_loc_iterator> protocol_loc_range;
1581 protocol_loc_iterator protocol_loc_begin() const {
1583 return protocol_loc_iterator();
1778 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator; typedef in class:clang::ObjCCategoryDecl
[all...]
/external/clang/tools/libclang/
H A DIndexingContext.cpp26 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin();
H A DCIndex.cpp1021 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin();
1034 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin();
1093 ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin();
/external/clang/lib/AST/
H A DASTImporter.cpp3341 ObjCCategoryDecl::protocol_loc_iterator FromProtoLoc
3395 ObjCProtocolDecl::protocol_loc_iterator
3524 ObjCInterfaceDecl::protocol_loc_iterator
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp585 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1;

Completed in 512 milliseconds