Searched refs:ModuleInterface (Results 1 – 18 of 18) sorted by relevance
162 struct ModuleInterface;170 CollectorModule (*registerModule)(struct ModuleInterface*);205 typedef struct ModuleInterface struct214 } ModuleInterface; argument216 typedef CollectorModule (*RegModuleFunc)(ModuleInterface*);223 CollectorModule __collector_register_module (ModuleInterface *modint);
158 struct ModuleInterface;166 CollectorModule (*registerModule)(struct ModuleInterface*);200 typedef struct ModuleInterface struct209 } ModuleInterface; argument211 typedef CollectorModule (*RegModuleFunc)(ModuleInterface*);218 CollectorModule __collector_register_module (ModuleInterface *modint);
231 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()267 if (!ModuleScopes.back().ModuleInterface) { in ActOnPrivateModuleFragmentDecl()293 ModuleScopes.back().ModuleInterface = true; in ActOnPrivateModuleFragmentDecl()394 if (!ModuleScopes.empty() && ModuleScopes.back().ModuleInterface) { in ActOnModuleImport()536 } else if (!ModuleScopes.back().ModuleInterface) { in ActOnStartExportDecl()
56 static ModuleInterface module_interface ={
58 static ModuleInterface module_interface = {
53 CollectorModule __collector_register_module (ModuleInterface *modint);118 static ModuleInterface *modules[MAX_MODULES];283 __collector_register_module (ModuleInterface *modint) in __collector_register_module()
64 static ModuleInterface module_interface ={
65 static ModuleInterface module_interface ={
73 static ModuleInterface module_interface = {
71 static ModuleInterface module_interface ={
57 static ModuleInterface module_interface ={
52 static ModuleInterface module_interface = {
47 CollectorModule __collector_register_module (ModuleInterface *modint);112 static ModuleInterface *modules[MAX_MODULES];277 __collector_register_module (ModuleInterface *modint) in __collector_register_module()
58 static ModuleInterface module_interface ={
2135 bool ModuleInterface = false; member