Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp41 LHSIndex = LHS->getParamIndex(); in operator ()()
47 RHSIndex = RHS->getParamIndex(); in operator ()()
360 << C->getParamIndex() in visitParamCommandComment()
375 << C->getParamIndex() in visitParamCommandComment()
749 Result << "<Index>" << C->getParamIndex() << "</Index>"; in visitParamCommandComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp375 return FC->getDeclInfo()->ParamVars[getParamIndex()]->getName(); in getParamName()
H A DJSONNodeDumper.cpp1601 JOS.attribute("paramIdx", C->getParamIndex()); in visitParamCommandComment()
H A DTextNodeDumper.cpp794 OS << " ParamIndex=" << C->getParamIndex(); in visitParamCommandComment()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp281 return PCC->getParamIndex(); in clang_ParamCommandComment_getParamIndex()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h785 unsigned getParamIndex() const LLVM_READONLY { in getParamIndex() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4583 Alignment = CallArgs[AA->getParamIndex().getLLVMIndex()] in AllocAlignAttrEmitter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp179 llvm::APInt(64, Align->getParamIndex().getSourceIndex()), in instantiateDependentAllocAlignAttr()
H A DSemaChecking.cpp4667 const Expr *Arg = Args[AA->getParamIndex().getASTIndex()]; in checkCall()