Lines Matching defs:Check
29 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
34 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
39 checker::Type *TSAnalyzer::Check(ir::CatchClause *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
58 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassDefinition *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
65 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
70 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
75 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
80 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
87 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
92 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
97 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
102 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
107 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TemplateElement *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
112 checker::Type *TSAnalyzer::Check(ir::TSIndexSignature *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
137 checker::Type *TSAnalyzer::Check(ir::TSMethodSignature *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
165 checker::Type *TSAnalyzer::Check(ir::TSPropertySignature *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
185 checker::Type *TSAnalyzer::Check(ir::TSSignatureDeclaration *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
228 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSScript *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
233 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSClassLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
238 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSFunctionType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
243 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSImportDeclaration *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
248 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSLaunchExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
253 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSNewArrayInstanceExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
258 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSNewClassInstanceExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
263 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSNewMultiDimArrayInstanceExpression *expr) … in Check() function in panda::es2panda::checker::TSAnalyzer
268 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSPackageDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
273 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSParameterExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
278 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSPrimitiveType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
283 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSStructDeclaration *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
288 checker::Type *TSAnalyzer::Check(ir::ETSTuple *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
294 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSTypeReference *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
299 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSTypeReferencePart *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
304 checker::Type *TSAnalyzer::Check(ir::ETSUnionType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
310 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ETSWildcardType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
376 checker::Type *TSAnalyzer::Check(ir::ArrayExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
440 checker::Type *TSAnalyzer::Check(ir::ArrowFunctionExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
473 checker::Type *TSAnalyzer::Check(ir::AssignmentExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
544 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::AwaitExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
551 checker::Type *TSAnalyzer::Check(ir::BinaryExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
621 checker::Type *TSAnalyzer::Check(ir::BlockExpression *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
627 checker::Type *TSAnalyzer::Check(ir::CallExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
642 checker::Type *TSAnalyzer::Check(ir::ChainExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
648 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
653 checker::Type *TSAnalyzer::Check(ir::ConditionalExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
667 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::DirectEvalExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
672 checker::Type *TSAnalyzer::Check(ir::FunctionExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
703 checker::Type *TSAnalyzer::Check(ir::Identifier *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
725 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
730 checker::Type *TSAnalyzer::Check(ir::MemberExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
808 checker::Type *TSAnalyzer::Check(ir::NewExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
870 checker::Type *TSAnalyzer::Check(ir::ObjectExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
987 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::OmittedExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
993 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::OpaqueTypeNode *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
998 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SequenceExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1005 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SuperExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1012 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TaggedTemplateExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1019 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TemplateLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1026 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ThisExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1073 checker::Type *TSAnalyzer::Check(ir::UnaryExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1130 checker::Type *TSAnalyzer::Check(ir::UpdateExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1148 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::YieldExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1155 checker::Type *TSAnalyzer::Check(ir::BigIntLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1168 checker::Type *TSAnalyzer::Check(ir::BooleanLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1174 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::CharLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1179 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NullLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1185 checker::Type *TSAnalyzer::Check(ir::NumberLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1198 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::RegExpLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1205 checker::Type *TSAnalyzer::Check(ir::StringLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1219 checker::Type *TSAnalyzer::Check(ir::UndefinedLiteral *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1226 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ExportAllDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1231 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ExportDefaultDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1236 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ExportNamedDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1241 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ExportSpecifier *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1246 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1251 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportDefaultSpecifier *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1256 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportNamespaceSpecifier *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1261 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ImportSpecifier *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1266 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::AssertStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1271 checker::Type *TSAnalyzer::Check(ir::BlockStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1283 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::BreakStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1288 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1293 checker::Type *TSAnalyzer::Check(ir::ContinueStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1299 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::DebuggerStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1304 checker::Type *TSAnalyzer::Check(ir::DoWhileStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1316 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::EmptyStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1321 checker::Type *TSAnalyzer::Check(ir::ExpressionStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1327 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ForInStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1332 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ForOfStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1337 checker::Type *TSAnalyzer::Check(ir::ForUpdateStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1360 checker::Type *TSAnalyzer::Check(ir::FunctionDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1382 checker::Type *TSAnalyzer::Check(ir::IfStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1398 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::LabelledStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1403 checker::Type *TSAnalyzer::Check(ir::ReturnStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1434 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SwitchCaseStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1439 checker::Type *TSAnalyzer::Check(ir::SwitchStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1473 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ThrowStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1478 checker::Type *TSAnalyzer::Check(ir::TryStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1549 checker::Type *TSAnalyzer::Check(ir::VariableDeclarator *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1585 checker::Type *TSAnalyzer::Check(ir::VariableDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1595 checker::Type *TSAnalyzer::Check(ir::WhileStatement *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
1607 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSAnyKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
1612 checker::Type *TSAnalyzer::Check(ir::TSArrayType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
1658 checker::Type *TSAnalyzer::Check(ir::TSAsExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1691 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSBigintKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
1696 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSBooleanKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
1701 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSClassImplements *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
1706 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSConditionalType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
1711 checker::Type *TSAnalyzer::Check(ir::TSConstructorType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2038 checker::Type *TSAnalyzer::Check(ir::TSEnumDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
2054 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSEnumMember *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
2059 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2064 checker::Type *TSAnalyzer::Check(ir::TSFunctionType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2078 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSImportEqualsDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
2083 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSImportType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2088 checker::Type *TSAnalyzer::Check(ir::TSIndexedAccessType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2113 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSInferType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2118 checker::Type *TSAnalyzer::Check(ir::TSInterfaceBody *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2167 checker::Type *TSAnalyzer::Check(ir::TSInterfaceDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
2202 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSInterfaceHeritage *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2207 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSIntersectionType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2212 checker::Type *TSAnalyzer::Check(ir::TSLiteralType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2219 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSMappedType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2224 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSModuleBlock *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
2229 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSModuleDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
2234 checker::Type *TSAnalyzer::Check(ir::TSNamedTupleMember *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2241 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSNeverKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2246 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSNonNullExpression *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2251 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSNullKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2256 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSNumberKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2261 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSObjectKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2266 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSParameterProperty *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2271 checker::Type *TSAnalyzer::Check(ir::TSParenthesizedType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2278 checker::Type *TSAnalyzer::Check(ir::TSQualifiedName *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2301 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSStringKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2306 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSThisType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2311 checker::Type *TSAnalyzer::Check(ir::TSTupleType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2322 checker::Type *TSAnalyzer::Check(ir::TSTypeAliasDeclaration *st) const in Check() function in panda::es2panda::checker::TSAnalyzer
2329 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeAssertion *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2334 checker::Type *TSAnalyzer::Check(ir::TSTypeLiteral *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2348 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeOperator *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2353 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameter *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2358 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameterDeclaration *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2363 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameterInstantiation *expr) const in Check() function in panda::es2panda::checker::TSAnalyzer
2368 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSTypePredicate *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2373 checker::Type *TSAnalyzer::Check(ir::TSTypeQuery *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2384 checker::Type *TSAnalyzer::Check(ir::TSTypeReference *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2391 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSUndefinedKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2396 checker::Type *TSAnalyzer::Check(ir::TSUnionType *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2407 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSUnknownKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer
2412 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TSVoidKeyword *node) const in Check() function in panda::es2panda::checker::TSAnalyzer