Home
last modified time | relevance | path

Searched refs:getParamIndex (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Index/
DCommentToXML.cpp41 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()
/external/clang/lib/AST/
DComment.cpp328 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); in getParamName()
DASTDumper.cpp2408 OS << " ParamIndex=" << C->getParamIndex(); in visitParamCommandComment()
/external/clang/tools/libclang/
DCXComment.cpp282 return PCC->getParamIndex(); in clang_ParamCommandComment_getParamIndex()
/external/clang/include/clang/AST/
DComment.h791 unsigned getParamIndex() const LLVM_READONLY { in getParamIndex() function