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

  /external/clang/include/clang/AST/
TypeLoc.h 775 unsigned getNumProtocols() const {
776 return this->getTypePtr()->getNumProtocols();
780 assert(i < getNumProtocols() && "Index is out of bounds!");
784 assert(i < getNumProtocols() && "Index is out of bounds!");
789 assert(i < getNumProtocols() && "Index is out of bounds!");
813 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
818 return this->getNumProtocols() * sizeof(SourceLocation);
    [all...]
Type.h     [all...]

Completed in 507 milliseconds