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 1417 unsigned protocol_size() const { function in class:clang::ObjCProtocolDecl
1592 unsigned protocol_size() const { return ReferencedProtocols.size(); } function in class:clang::ObjCCategoryDecl
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 539 Record.push_back(D->protocol_size());
563 Record.push_back(D->protocol_size());
    [all...]

Completed in 111 milliseconds