| Home | Sort by: relevance | last modified time | path |
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ | |
| DeclObjC.h | 2144 unsigned protocol_size() const { function in class:clang::ObjCProtocolDecl 2349 unsigned protocol_size() const { return ReferencedProtocols.size(); } function in class:clang::ObjCCategoryDecl |
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ | |
| ASTWriterDecl.cpp | 817 Record.push_back(D->protocol_size()); 839 Record.push_back(D->protocol_size()); |