Searched defs:getCppNamespace (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Dialect.cpp | 28 StringRef Dialect::getCppNamespace() const { in getCppNamespace() function in Dialect |
H A D | Interfaces.cpp | 120 StringRef Interface::getCppNamespace() const { getCppNamespace() function in Interface |
H A D | Attribute.cpp | 187 StringRef EnumAttr::getCppNamespace() const { getCppNamespace() function in EnumAttr |
H A D | Operator.cpp | 161 StringRef Operator::getCppNamespace() const { return cppNamespace; } getCppNamespace() function in Operator |
/llvm-project/llvm/include/llvm/TableGen/ | ||
H A D | DirectiveEmitter.h | 26 StringRef getCppNamespace() const { getCppNamespace() function |