MLIR 22.0.0git
mlir::tblgen::SymbolInfoMap::SymbolInfo Class Reference

#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

Detailed Description

Definition at line 277 of file Pattern.h.

Member Function Documentation

◆ getArgDecl()

std::string SymbolInfoMap::SymbolInfo::getArgDecl ( StringRef name) const

Definition at line 327 of file Pattern.cpp.

References getVarName(), and getVarTypeStr().

◆ getVarDecl()

std::string SymbolInfoMap::SymbolInfo::getVarDecl ( StringRef name) const

Definition at line 320 of file Pattern.cpp.

References getVarName(), and getVarTypeStr().

◆ getVarName()

std::string SymbolInfoMap::SymbolInfo::getVarName ( StringRef name) const

Definition at line 274 of file Pattern.cpp.

Referenced by getArgDecl(), and getVarDecl().

◆ getVarTypeStr()

std::string SymbolInfoMap::SymbolInfo::getVarTypeStr ( StringRef name) const

Definition at line 278 of file Pattern.cpp.

Referenced by getArgDecl(), and getVarDecl().

◆ SymbolInfoMap

friend class SymbolInfoMap
friend

Definition at line 295 of file Pattern.h.

References SymbolInfoMap.

Referenced by SymbolInfoMap.


The documentation for this class was generated from the following files: