Searched defs:getArgName (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Operator.cpp | 243 StringRef Operator::getArgName(int index) const { getArgName() function in Operator |
H A D | Pattern.cpp | 173 StringRef DagNode::getArgName(unsigned index) const { getArgName() function in DagNode |
/llvm-project/llvm/utils/TableGen/Common/ | ||
H A D | CodeGenDAGPatterns.h | 940 const std::string &getArgName(unsigned i) const { getArgName() function |
/llvm-project/llvm/include/llvm/TableGen/ | ||
H A D | Record.h | 1494 StringInit *getArgName(unsigned Num) const { getArgName() function |
/llvm-project/clang/utils/TableGen/ | ||
H A D | ClangAttrEmitter.cpp | 694 const std::string &getArgName() const { return ArgName; } getArgName() function in __anon4af29db20211::VariadicArgument |