Lines Matching +full:checker +full:-
7 * http://www.apache.org/licenses/LICENSE-2.0
18 namespace ark::es2panda::checker { namespace
21 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check()
26 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check()
31 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check()
36 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check()
41 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check()
46 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexSignature *node) const in Check()
51 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMethodSignature *node) const in Check()
56 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSPropertySignature *node) const in Check()
61 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSSignatureDeclaration *node) const in Check()
66 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSModule *node) const in Check()
71 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSImportDeclaration *node) const in Check()
76 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSTuple *node) const in Check()
81 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSUnionType *node) const in Check()
86 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSWildcardType *node) const in Check()
91 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ChainExpression *expr) const in Check()
96 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ClassExpression *expr) const in Check()
101 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSReExportDeclaration *expr) const in Check()
106 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::DirectEvalExpression *expr) const in Check()
111 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::FunctionExpression *expr) const in Check()
116 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ImportExpression *expr) const in Check()
121 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NewExpression *expr) const in Check()
126 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::OmittedExpression *expr) const in Check()
131 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TaggedTemplateExpression *expr) const in Check()
136 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::YieldExpression *expr) const in Check()
141 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::RegExpLiteral *expr) const in Check()
146 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::UndefinedLiteral *expr) const in Check()
151 // compile methods for MODULE-related nodes in alphabetical order
152 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ExportAllDeclaration *st) const in Check()
157 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ExportDefaultDeclaration *st) const in Check()
162 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ExportNamedDeclaration *st) const in Check()
167 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ExportSpecifier *st) const in Check()
172 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ImportDefaultSpecifier *st) const in Check()
177 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ImportSpecifier *st) const in Check()
182 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::DebuggerStatement *st) const in Check()
187 checker::Type *ETSAnalyzer::Check(ir::ForInStatement *st) const in Check()
189 ES2PANDA_ASSERT(GetETSChecker()->IsAnyError()); in Check()
193 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::FunctionDeclaration *st) const in Check()
198 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::SwitchCaseStatement *st) const in Check()
204 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSAnyKeyword *node) const in Check()
209 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSBigintKeyword *node) const in Check()
214 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSBooleanKeyword *node) const in Check()
219 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSClassImplements *expr) const in Check()
224 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSConditionalType *node) const in Check()
229 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSConstructorType *node) const in Check()
234 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSEnumMember *st) const in Check()
239 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check()
244 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSFunctionType *node) const in Check()
249 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSImportEqualsDeclaration *st) const in Check()
254 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSImportType *node) const in Check()
259 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexedAccessType *node) const in Check()
264 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSInferType *node) const in Check()
269 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSInterfaceBody *expr) const in Check()
274 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSInterfaceHeritage *expr) const in Check()
279 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIntersectionType *node) const in Check()
284 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSLiteralType *node) const in Check()
289 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMappedType *node) const in Check()
294 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSModuleBlock *st) const in Check()
299 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSModuleDeclaration *st) const in Check()
304 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSNamedTupleMember *node) const in Check()
309 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSNeverKeyword *node) const in Check()
314 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSNullKeyword *node) const in Check()
319 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSNumberKeyword *node) const in Check()
324 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSObjectKeyword *node) const in Check()
329 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSParameterProperty *expr) const in Check()
334 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSParenthesizedType *node) const in Check()
339 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSStringKeyword *node) const in Check()
344 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSThisType *node) const in Check()
346 ES2PANDA_ASSERT(GetETSChecker()->IsAnyError()); in Check()
347 return GetChecker()->AsETSChecker()->InvalidateType(node); in Check()
350 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTupleType *node) const in Check()
355 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeAssertion *expr) const in Check()
360 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeLiteral *node) const in Check()
365 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeOperator *node) const in Check()
370 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameter *expr) const in Check()
375 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameterDeclaration *expr) const in Check()
380 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameterInstantiation *expr) const in Check()
385 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypePredicate *node) const in Check()
390 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeQuery *node) const in Check()
395 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeReference *node) const in Check()
400 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSUndefinedKeyword *node) const in Check()
405 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSUnionType *node) const in Check()
410 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSUnknownKeyword *node) const in Check()
415 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSVoidKeyword *node) const in Check()
420 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::DummyNode *expr) const in Check()
424 } // namespace ark::es2panda::checker