reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Comment.cpp
  383       return TPL->getParam(getIndex(i))->getName();
  384     const NamedDecl *Param = TPL->getParam(getIndex(i));
tools/clang/lib/AST/JSONNodeDumper.cpp
 1588       Positions.push_back(C->getIndex(I));
tools/clang/lib/AST/TextNodeDumper.cpp
  557       OS << C->getIndex(i);
tools/clang/lib/Index/CommentToXML.cpp
   72       return LHS->getIndex(0) < RHS->getIndex(0);
   72       return LHS->getIndex(0) < RHS->getIndex(0);
  383              << C->getIndex(0)
  398              << C->getIndex(0)
  767     Result << "<Index>" << C->getIndex(0) << "</Index>";
tools/clang/tools/libclang/CXComment.cpp
  337   return TPCC->getIndex(Depth);