Home
last modified time | relevance | path

Searched defs:getCppNamespace (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DDialect.cpp28 StringRef Dialect::getCppNamespace() const { in getCppNamespace() function in Dialect
H A DInterfaces.cpp88 StringRef Interface::getCppNamespace() const { in getCppNamespace() function in Interface
H A DAttribute.cpp185 StringRef EnumAttr::getCppNamespace() const { in getCppNamespace() function in EnumAttr
H A DOperator.cpp117 StringRef Operator::getCppNamespace() const { return cppNamespace; } in getCppNamespace() function in Operator
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h21 StringRef getCppNamespace() const { in getCppNamespace() function