Searched refs:astType (Results 1 – 1 of 1) sorted by relevance
160 .Case([&](ast::AttributeType astType) -> Type { in genType() argument163 .Case([&](ast::OperationType astType) -> Type { in genType() argument166 .Case([&](ast::TypeType astType) -> Type { in genType() argument169 .Case([&](ast::ValueType astType) -> Type { in genType() argument172 .Case([&](ast::RangeType astType) -> Type { in genType() argument173 return pdl::RangeType::get(genType(astType.getElementType())); in genType()