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

References

tools/clang/lib/AST/Comment.cpp
  375   return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName();
tools/clang/lib/AST/JSONNodeDumper.cpp
 1577     JOS.attribute("paramIdx", C->getParamIndex());
tools/clang/lib/AST/TextNodeDumper.cpp
  542     OS << " ParamIndex=" << C->getParamIndex();
tools/clang/lib/Index/CommentToXML.cpp
   39         LHSIndex = LHS->getParamIndex();
   45         RHSIndex = RHS->getParamIndex();
  354              << C->getParamIndex()
  369              << C->getParamIndex()
  739       Result << "<Index>" << C->getParamIndex() << "</Index>";
tools/clang/tools/libclang/CXComment.cpp
  278   return PCC->getParamIndex();