Home | History | Annotate | Download | only in wasm

Lines Matching refs:decl

69   void VisitVariableDeclaration(VariableDeclaration* decl) {}
71 void VisitFunctionDeclaration(FunctionDeclaration* decl) {
74 uint16_t index = LookupOrInsertFunction(decl->proxy()->var());
77 RECURSE(Visit(decl->fun()));
83 void VisitImportDeclaration(ImportDeclaration* decl) {}
85 void VisitExportDeclaration(ExportDeclaration* decl) {}
911 Declaration* decl = decls->at(i);
912 RECURSE(Visit(decl));