Searched refs:CustomDirective (Results 1 – 1 of 1) sorted by relevance
49 CustomDirective, enumerator185 class CustomDirective : public Element { class187 CustomDirective(StringRef name, in CustomDirective() function in __anon81548fc80311::CustomDirective189 : Element{Kind::CustomDirective}, name(name), in CustomDirective()193 return element->getKind() == Kind::CustomDirective; in classof()789 } else if (auto *custom = dyn_cast<CustomDirective>(element)) { in genElementParserStorage()934 static void genCustomDirectiveParser(CustomDirective *dir, OpMethodBody &body) { in genCustomDirectiveParser()1179 } else if (auto *customDir = dyn_cast<CustomDirective>(element)) { in genElementParser()1526 static void genCustomDirectivePrinter(CustomDirective *customDir, in genCustomDirectivePrinter()1727 } else if (auto *dir = dyn_cast<CustomDirective>(element)) { in genElementPrinter()[all …]