Home
last modified time | relevance | path

Searched refs:getParamName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp375 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::ParamCommandComment
382 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::TParamCommandComment
H A DJSONNodeDumper.cpp1825 JOS.attribute("param", C->isParamIndexValid() ? C->getParamName(FC) in visitParamCommandComment()
1835 JOS.attribute("param", C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
H A DTextNodeDumper.cpp1192 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment()
1205 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp362 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitParamCommandComment()
393 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitTParamCommandComment()
753 ? C->getParamName(FC) in visitParamCommandComment()
784 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h135 std::string getParamName(const Function *F, int Idx) const;
H A DNVPTXAsmPrinter.cpp1313 const std::string ParamSym = TLI->getParamName(F, Arg.getArgNo()); in emitFunctionParamList()
1447 << TLI->getParamName(F, /* vararg */ -1) << "[]"; in emitFunctionParamList()
H A DNVPTXISelLowering.cpp3340 getParamName(&DAG.getMachineFunction().getFunction(), I)); in getParamSymbol()
4690 std::string NVPTXTargetLowering::getParamName(const Function *F, in getParamName() function in NVPTXTargetLowering