|
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 getVarName(), and getVarTypeStr().
| std::string SymbolInfoMap::SymbolInfo::getVarDecl | ( | StringRef | name | ) | const |
Definition at line 320 of file Pattern.cpp.
References getVarName(), and getVarTypeStr().
| std::string SymbolInfoMap::SymbolInfo::getVarName | ( | StringRef | name | ) | const |
Definition at line 274 of file Pattern.cpp.
Referenced by getArgDecl(), and getVarDecl().
| std::string SymbolInfoMap::SymbolInfo::getVarTypeStr | ( | StringRef | name | ) | const |
Definition at line 278 of file Pattern.cpp.
Referenced by getArgDecl(), and getVarDecl().
|
friend |