Searched defs:TypeVisitor (Results 1 – 7 of 7) sorted by relevance
205 template <TypeCategory CAT> struct TypeVisitor { struct206 using Result = bool;207 using Types = evaluate::CategoryTypes<CAT>;208 template <typename T> Result Test() { in Test()216 SemanticsContext &context;217 const evaluate::DynamicType &exprType;218 const std::list<parser::CaseConstruct::Case> &caseList;
56 abstract class TypeVisitor { class
129 new TypeVisitor() { in populateTypeMappings() method
179 new TypeVisitor() { in getComponentType() method
177 new TypeVisitor() { in getComponentType() method