Home
last modified time | relevance | path

Searched refs:ActionTuple (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DDFAEmitter.cpp196 using ActionTuple = std::vector<Action>; typedef
202 ActionTuple Actions;
208 const ActionTuple &getActions() { return Actions; } in getActions()
220 UniqueVector<ActionTuple> Actions;
244 const UniqueVector<ActionTuple> &Actions;
248 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) in CustomDfaEmitter()
376 const ActionTuple &AT = Actions[A]; in printActionValue()