Home | History | Annotate | Download | only in src

Lines Matching refs:decl

6980     Declaration* decl = declarations->at(i);
6981 FunctionDeclaration* fun_decl = decl->AsFunctionDeclaration();
6982 HandleDeclaration(decl->proxy(),
6983 decl->mode(),
6993 Declaration* decl = declarations->at(i);
6994 Variable* var = decl->proxy()->var();
6998 FunctionDeclaration* fun_decl = decl->AsFunctionDeclaration();
7069 void HGraphBuilder::VisitVariableDeclaration(VariableDeclaration* decl) {
7074 void HGraphBuilder::VisitFunctionDeclaration(FunctionDeclaration* decl) {
7079 void HGraphBuilder::VisitModuleDeclaration(ModuleDeclaration* decl) {
7084 void HGraphBuilder::VisitImportDeclaration(ImportDeclaration* decl) {
7089 void HGraphBuilder::VisitExportDeclaration(ExportDeclaration* decl) {