Searched defs:getCppClassName (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Dialect.cpp | 32 std::string Dialect::getCppClassName() const { in getCppClassName() function in Dialect |
H A D | AttrOrTypeDef.cpp | 120 StringRef AttrOrTypeDef::getCppClassName() const { getCppClassName() function in AttrOrTypeDef |
H A D | Operator.cpp | 153 StringRef Operator::getCppClassName() const { return cppClassName; } getCppClassName() function in Operator |