Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/ssa/
DMoveParamCombiner.java72 int param = getParamIndex(insn); in run()
149 private int getParamIndex(NormalSsaInsn insn) { in getParamIndex() method in MoveParamCombiner
/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()
753 Result << "<Index>" << C->getParamIndex() << "</Index>"; in visitParamCommandComment()
/external/clang/lib/AST/
DComment.cpp328 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); in getParamName()
DASTDumper.cpp2259 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