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 837 unsigned getNumProtocols() const {
838 return this->getTypePtr()->getNumProtocols();
842 assert(i < getNumProtocols() && "Index is out of bounds!");
846 assert(i < getNumProtocols() && "Index is out of bounds!");
851 assert(i < getNumProtocols() && "Index is out of bounds!");
875 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
880 return this->getNumProtocols() * sizeof(SourceLocation);
    [all...]
Type.h     [all...]

Completed in 121 milliseconds