Lines Matching refs:decl
2646 VariableDeclaration* decl =
2648 VISIT_AND_RETURN(VariableDeclaration, decl)
2655 FunctionDeclaration* decl =
2657 VISIT_AND_RETURN(FunctionDeclaration, decl)
2663 ModuleDeclaration* decl =
2665 VISIT_AND_RETURN(ModuleDeclaration, decl)
2671 ImportDeclaration* decl =
2673 VISIT_AND_RETURN(ImportDeclaration, decl)
2678 ExportDeclaration* decl =
2680 VISIT_AND_RETURN(ExportDeclaration, decl)