|
MLIR
22.0.0git
|
#include "mlir/TableGen/Pattern.h"
Public Member Functions | |
| std::string | getVarTypeStr (StringRef name) const |
| std::string | getVarDecl (StringRef name) const |
| std::string | getArgDecl (StringRef name) const |
| std::string | getVarName (StringRef name) const |
Friends | |
| class | SymbolInfoMap |
| std::string SymbolInfoMap::SymbolInfo::getArgDecl | ( | StringRef | name | ) | const |
Definition at line 327 of file Pattern.cpp.
References mlir::acc::getVarName().
| std::string SymbolInfoMap::SymbolInfo::getVarDecl | ( | StringRef | name | ) | const |
Definition at line 320 of file Pattern.cpp.
References mlir::acc::getVarName(), and kind.
| std::string SymbolInfoMap::SymbolInfo::getVarName | ( | StringRef | name | ) | const |
Definition at line 274 of file Pattern.cpp.
| std::string SymbolInfoMap::SymbolInfo::getVarTypeStr | ( | StringRef | name | ) | const |
Definition at line 278 of file Pattern.cpp.
References kind.
|
friend |