Searched refs:ExternalMacroDeclaration (Results 1 – 4 of 4) sorted by relevance
93 static void Visit(ExternalMacroDeclaration* decl);
88 V(ExternalMacroDeclaration) \1003 struct ExternalMacroDeclaration : MacroDeclaration { struct1004 DEFINE_AST_NODE_LEAF_BOILERPLATE(ExternalMacroDeclaration)1005 ExternalMacroDeclaration(SourcePosition pos, bool transitioning, in ExternalMacroDeclaration() argument
169 void DeclarationVisitor::Visit(ExternalMacroDeclaration* decl) { in Visit()
575 Declaration* result = MakeNode<ExternalMacroDeclaration>( in MakeExternalMacro()