Searched refs:RefDirective (Results 1 – 3 of 3) sorted by relevance
344 class RefDirective : public DirectiveElementBase<DirectiveElement::Ref> {347 RefDirective(FormatElement *arg) : arg(arg) {} in RefDirective() function
601 if (auto *ref = dyn_cast<RefDirective>(arg)) { in genCustomParser()817 if (auto *ref = dyn_cast<RefDirective>(arg)) in genCustomPrinter()1138 return create<RefDirective>(*child); in parseRefDirective()
905 } else if (auto *dir = dyn_cast<RefDirective>(param)) { in genCustomParameterParser()960 } else if (auto *dir = dyn_cast<RefDirective>(param)) { in genCustomDirectiveParser()1703 } else if (auto *dir = dyn_cast<RefDirective>(element)) { in genCustomDirectiveParameterPrinter()2829 if (!isa<RefDirective, TypeDirective, AttrDictDirective, AttributeVariable, in verifyCustomDirectiveArguments()2893 return create<RefDirective>(*arg); in parseReferenceDirective()