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 780 unsigned getNumProtocols() const {
781 return this->getTypePtr()->getNumProtocols();
785 assert(i < getNumProtocols() && "Index is out of bounds!");
789 assert(i < getNumProtocols() && "Index is out of bounds!");
794 assert(i < getNumProtocols() && "Index is out of bounds!");
818 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
823 return this->getNumProtocols() * sizeof(SourceLocation);
    [all...]
Type.h     [all...]

Completed in 17 milliseconds