Home
last modified time | relevance | path

Searched defs:isl_class (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/isl/dist/interface/
H A Dgenerator.h80 struct isl_class { struct
95 std::map<clang::FunctionDecl *, const isl_class &> copied_from; argument
96 std::map<clang::FunctionDecl *, int> copy_depth;
97 std::map<std::string, clang::ParmVarDecl *> construction_types;
104 bool is_type_subclass() const { return name != subclass_name; } in is_type_subclass()
110 string base_method_name(FunctionDecl *fd) const { in base_method_name()
115 static const char *get_prefix;
119 bool is_get_method(FunctionDecl *fd) const { in is_get_method()
147 map<string,isl_class> classes; argument