HomeSort by: relevance | last modified time | path
    Searched refs:protocol_size (Results 1 - 2 of 2) sorted by relevancy

  /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());

Completed in 46 milliseconds