Home
last modified time | relevance | path

Searched defs:Predeclare (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclaration-visitor.h25 static void Predeclare(Ast* ast) { in Predeclare() function
33 static void Predeclare(NamespaceDeclaration* decl) { in Predeclare() function
37 static void Predeclare(TypeDeclaration* decl) { in Predeclare() function
46 static void Predeclare(StructDeclaration* decl) { in Predeclare() function
55 static void Predeclare(GenericTypeDeclaration* generic_decl) { in Predeclare() function
59 static void Predeclare(GenericCallableDeclaration* generic_decl) { in Predeclare() function
Ddeclaration-visitor.cc27 void PredeclarationVisitor::Predeclare(Declaration* decl) { in Predeclare() function in v8::internal::torque::PredeclarationVisitor