Searched defs:classDecorators (Results 1 – 3 of 3) sorted by relevance
621 const classDecorators = ts.getDecorators(node.parent); constant
735 const classDecorators = node.parent.decorators; constant
1212 auto classDecorators = CreateClassDecorators(node, variableDeclarationsForCtorOrClass); in VisitClassDeclaration() local1347 auto classDecorators = node->AsClassDeclaration()->Decorators(); in CreateVariableDeclarationForDecorators() local