Lines Matching defs:isDeclare
2185 void ParserImpl::ValidateClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ValidateClassKey()
2218 ir::Expression *ParserImpl::ParseClassKey(ClassElmentDescriptor *desc, bool isDeclare) in ParseClassKey()
2394 … ArenaVector<ir::Decorator *> &&decorators, bool isDeclare) in ParseClassMethod()
2446 bool isDeclare) in ParseClassProperty()
2579 bool isDeclare, bool isAbstractClass) in ParseClassElement()
2684 bool hasSuperClass, bool isDeclare) in CreateImplicitConstructor()
2793 ir::Identifier *ParserImpl::SetIdentNodeInClassDefinition(bool isDeclare, binder::ConstDecl **decl) in SetIdentNodeInClassDefinition()
2814 …ssDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isDeclare, in ParseClassDefinition()
2980 … bool isDeclare, bool hasConstructorFuncBody, bool hasSuperClass) in ValidateClassConstructor()
3077 bool isExport, bool isDeclare, bool isConst) in ParseEnumMembers()
3133 ir::TSEnumDeclaration *ParserImpl::ParseEnumDeclaration(bool isExport, bool isDeclare, bool isConst) in ParseEnumDeclaration()
3232 ArenaVector<ir::Expression *> ParserImpl::ParseFunctionParams(bool isDeclare, in ParseFunctionParams()
3456 bool isDeclare, in ParseFunction()
3619 ir::Expression *ParserImpl::ParseFunctionParameter(bool isDeclare) in ParseFunctionParameter()