Searched defs:isl_class (Results 1 – 1 of 1) sorted by relevance
68 struct isl_class { struct69 string name;70 string superclass_name;71 string subclass_name;72 RecordDecl *type;73 function_set constructors;74 set<FunctionDecl *> persistent_callbacks;75 map<FunctionDecl *, vector<set_enum> > set_enums;76 map<string, function_set> methods;77 map<int, string> type_subclasses;[all …]