Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2144 unsigned protocol_size() const { in protocol_size() function
2349 unsigned protocol_size() const { return ReferencedProtocols.size(); } in protocol_size() function
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp817 Record.push_back(D->protocol_size()); in VisitObjCProtocolDecl()
839 Record.push_back(D->protocol_size()); in VisitObjCCategoryDecl()