HomeSort by relevance Sort by last modified time
    Searched refs:protocol_size (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 94 milliseconds