Home | Sort by relevance Sort by last modified time |
/external/clang/include/clang/AST/ | |
DeclObjC.h | 1435 unsigned protocol_size() const { function in class:clang::ObjCProtocolDecl 1613 unsigned protocol_size() const { return ReferencedProtocols.size(); } function in class:clang::ObjCCategoryDecl [all...] |
/external/clang/lib/Serialization/ | |
ASTWriterDecl.cpp | 549 Record.push_back(D->protocol_size()); 573 Record.push_back(D->protocol_size()); [all...] |