• Home
  • Raw
  • Download

Lines Matching full:checker

18 namespace ark::es2panda::checker {  namespace
21 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check()
26 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check()
31 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check()
36 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check()
41 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check()
46 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check()
51 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check()
56 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check()
61 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check()
66 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TemplateElement *expr) const in Check()
72 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSModule *expr) const in Check()
77 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSClassLiteral *expr) const in Check()
82 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSFunctionType *node) const in Check()
87 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSImportDeclaration *node) const in Check()
92 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSNewArrayInstanceExpression *expr) const in Check()
97 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSNewClassInstanceExpression *expr) const in Check()
102 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSNewMultiDimArrayInstanceExpression *expr) … in Check()
107 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSPackageDeclaration *st) const in Check()
112 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSParameterExpression *expr) const in Check()
117 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSPrimitiveType *node) const in Check()
122 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSStructDeclaration *node) const in Check()
127 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSTuple *node) const in Check()
132 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSTypeReference *node) const in Check()
137 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSTypeReferencePart *node) const in Check()
142 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSNonNullishTypeNode *node) const in Check()
147 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSNullType *node) const in Check()
152 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSUndefinedType *node) const in Check()
157 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSNeverType *node) const in Check()
162 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSStringLiteralType *node) const in Check()
167 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSUnionType *node) const in Check()
172 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSKeyofType *node) const in Check()
177 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSWildcardType *node) const in Check()
182 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::BlockExpression *st) const in Check()
187 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassExpression *expr) const in Check()
192 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::DirectEvalExpression *expr) const in Check()
197 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportExpression *expr) const in Check()
202 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::CharLiteral *expr) const in Check()
207 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::UndefinedLiteral *expr) const in Check()
213 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ExportAllDeclaration *st) const in Check()
218 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ExportDefaultDeclaration *st) const in Check()
223 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ExportNamedDeclaration *st) const in Check()
228 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ExportSpecifier *st) const in Check()
233 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportDeclaration *st) const in Check()
238 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportDefaultSpecifier *st) const in Check()
243 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportNamespaceSpecifier *st) const in Check()
248 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportSpecifier *st) const in Check()
253 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::AssertStatement *st) const in Check()
258 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassDeclaration *st) const in Check()
263 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ContinueStatement *st) const in Check()
268 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::DebuggerStatement *st) const in Check()
273 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ForInStatement *st) const in Check()
278 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ForOfStatement *st) const in Check()
283 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::LabelledStatement *st) const in Check()
288 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SwitchCaseStatement *st) const in Check()
293 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ThrowStatement *st) const in Check()
298 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSClassImplements *expr) const in Check()
303 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSConditionalType *node) const in Check()
308 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSReExportDeclaration *node) const in Check()
313 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSEnumMember *st) const in Check()
318 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check()
323 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSImportEqualsDeclaration *st) const in Check()
328 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSImportType *node) const in Check()
333 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSInferType *node) const in Check()
338 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSInterfaceHeritage *expr) const in Check()
343 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSIntersectionType *node) const in Check()
348 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSMappedType *node) const in Check()
353 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSModuleBlock *st) const in Check()
358 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSModuleDeclaration *st) const in Check()
363 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSNonNullExpression *expr) const in Check()
368 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSObjectKeyword *node) const in Check()
373 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSParameterProperty *expr) const in Check()
378 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSThisType *node) const in Check()
383 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeAssertion *expr) const in Check()
388 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeOperator *node) const in Check()
393 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameter *expr) const in Check()
398 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameterDeclaration *expr) const in Check()
403 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameterInstantiation *expr) const in Check()
408 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypePredicate *node) const in Check()
413 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::DummyNode *node) const in Check()
417 } // namespace ark::es2panda::checker