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

/external/clang/include/clang/AST/
H A DDeclObjC.h830 return protocol_range(protocol_begin(), protocol_end());
842 protocol_iterator protocol_end() const { function in class:clang::ObjCInterfaceDecl
909 ? protocol_end()
1561 return protocol_range(protocol_begin(), protocol_end());
1569 protocol_iterator protocol_end() const { function in class:clang::ObjCProtocolDecl
1771 return protocol_range(protocol_begin(), protocol_end());
1776 protocol_iterator protocol_end() const { return ReferencedProtocols.end(); } function in class:clang::ObjCCategoryDecl
/external/clang/lib/AST/
H A DASTImporter.cpp3344 FromProtoEnd = D->protocol_end();
3398 FromProtoEnd = From->protocol_end();
3528 FromProtoEnd = From->protocol_end();
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2630 PD->protocol_end()),
2954 Category->protocol_end());
6005 Category->protocol_end());
6298 PD->protocol_end());
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3170 if (CDecl->protocol_begin() != CDecl->protocol_end()) {
5516 if (CDecl->protocol_begin() != CDecl->protocol_end()) {
5569 if (CDecl->protocol_begin() != CDecl->protocol_end()) {
5774 if (CDecl && CDecl->protocol_begin() != CDecl->protocol_end()) {
/external/clang/tools/libclang/
H A DCIndex.cpp1023 E = ND->protocol_end(); I != E; ++I, ++PL)
1036 E = PID->protocol_end(); I != E; ++I, ++PL)
1095 E = D->protocol_end(); I != E; ++I, ++PL)

Completed in 128 milliseconds