HomeSort by relevance Sort by last modified time
    Searched refs:getNumTypeArgs (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
TypeLoc.h 864 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
882 unsigned getNumTypeArgs() const {
887 assert(i < getNumTypeArgs() && "Index is out of bounds!");
892 assert(i < getNumTypeArgs() && "Index is out of bounds!");
958 return this->getNumTypeArgs() * sizeof(TypeSourceInfo *)
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 397 for (unsigned i = 0, e = getNumTypeArgs(); i != e; ++i) {
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 694 for (unsigned i = 0, e = TL.getNumTypeArgs(); i != e; ++i)
    [all...]
ASTReader.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 95 milliseconds