Searched refs:getParamIndex (Results 1 – 5 of 5) sorted by relevance
41 LHSIndex = LHS->getParamIndex(); in operator ()()47 RHSIndex = RHS->getParamIndex(); in operator ()()359 << C->getParamIndex() in visitParamCommandComment()374 << C->getParamIndex() in visitParamCommandComment()752 Result << "<Index>" << C->getParamIndex() << "</Index>"; in visitParamCommandComment()
328 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); in getParamName()
2408 OS << " ParamIndex=" << C->getParamIndex(); in visitParamCommandComment()
282 return PCC->getParamIndex(); in clang_ParamCommandComment_getParamIndex()
791 unsigned getParamIndex() const LLVM_READONLY { in getParamIndex() function