Searched defs:getNumTypeArgs (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h864 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
882 unsigned getNumTypeArgs() const { function in class:clang::ObjCObjectTypeLoc
887 assert(i < getNumTypeArgs() && "Index is out of bounds!");
892 assert(i < getNumTypeArgs() && "Index is out of bounds!");
958 return this->getNumTypeArgs() * sizeof(TypeSourceInfo *)

Completed in 101 milliseconds