Searched refs:protocol_size (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h1593 unsigned protocol_size() const { function in class:clang::ObjCProtocolDecl
1777 unsigned protocol_size() const { return ReferencedProtocols.size(); } function in class:clang::ObjCCategoryDecl
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp573 Record.push_back(D->protocol_size());
594 Record.push_back(D->protocol_size());

Completed in 545 milliseconds