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 834 unsigned getNumProtocols() const {
835 return this->getTypePtr()->getNumProtocols();
839 assert(i < getNumProtocols() && "Index is out of bounds!");
843 assert(i < getNumProtocols() && "Index is out of bounds!");
848 assert(i < getNumProtocols() && "Index is out of bounds!");
872 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
877 return this->getNumProtocols() * sizeof(SourceLocation);
    [all...]
Type.h     [all...]

Completed in 157 milliseconds