Searched defs:Predeclare (Results 1 – 2 of 2) sorted by relevance
25 static void Predeclare(Ast* ast) { in Predeclare() function33 static void Predeclare(NamespaceDeclaration* decl) { in Predeclare() function37 static void Predeclare(TypeDeclaration* decl) { in Predeclare() function46 static void Predeclare(StructDeclaration* decl) { in Predeclare() function55 static void Predeclare(GenericTypeDeclaration* generic_decl) { in Predeclare() function59 static void Predeclare(GenericCallableDeclaration* generic_decl) { in Predeclare() function
27 void PredeclarationVisitor::Predeclare(Declaration* decl) { in Predeclare() function in v8::internal::torque::PredeclarationVisitor