MLIR  19.0.0git
Classes | Public Member Functions | Friends | List of all members
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 255 of file Pattern.h.

Member Function Documentation

◆ getArgDecl()

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

Definition at line 286 of file Pattern.cpp.

References mlir::acc::getVarName().

◆ getVarDecl()

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

Definition at line 279 of file Pattern.cpp.

◆ getVarName()

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

Definition at line 244 of file Pattern.cpp.

◆ getVarTypeStr()

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

Definition at line 248 of file Pattern.cpp.

Friends And Related Function Documentation

◆ SymbolInfoMap

friend class SymbolInfoMap
friend

Definition at line 273 of file Pattern.h.


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