Lines Matching defs:const
34 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check()
39 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check()
44 checker::Type *ETSAnalyzer::Check(ir::CatchClause *st) const in Check()
65 checker::Type *ETSAnalyzer::Check(ir::ClassDefinition *node) const in Check()
76 checker::Type *ETSAnalyzer::Check(ir::ClassProperty *st) const in Check()
98 checker::Type *ETSAnalyzer::Check(ir::ClassStaticBlock *st) const in Check()
116 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check()
121 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check()
259 checker::Type *ETSAnalyzer::Check(ir::MethodDefinition *node) const in Check()
308 void ETSAnalyzer::CheckMethodModifiers(ir::MethodDefinition *node) const in CheckMethodModifiers()
344 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check()
349 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check()
354 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check()
359 checker::Type *ETSAnalyzer::Check(ir::TemplateElement *expr) const in Check()
366 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexSignature *node) const in Check()
371 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMethodSignature *node) const in Check()
376 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSPropertySignature *node) const in Check()
381 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSSignatureDeclaration *node) const in Check()
386 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSScript *node) const in Check()
391 checker::Type *ETSAnalyzer::Check(ir::ETSClassLiteral *expr) const in Check()
411 checker::Type *ETSAnalyzer::Check(ir::ETSFunctionType *node) const in Check()
470 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSImportDeclaration *node) const in Check()
475 checker::Type *ETSAnalyzer::Check(ir::ETSLaunchExpression *expr) const in Check()
501 checker::Type *ETSAnalyzer::Check(ir::ETSNewArrayInstanceExpression *expr) const in Check()
529 checker::Type *ETSAnalyzer::Check(ir::ETSNewClassInstanceExpression *expr) const in Check()
593 checker::Type *ETSAnalyzer::Check(ir::ETSNewMultiDimArrayInstanceExpression *expr) const in Check()
608 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSPackageDeclaration *st) const in Check()
613 checker::Type *ETSAnalyzer::Check(ir::ETSParameterExpression *expr) const in Check()
634 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSPrimitiveType *node) const in Check()
639 checker::Type *ETSAnalyzer::Check(ir::ETSStructDeclaration *node) const in Check()
646 checker::Type *ETSAnalyzer::Check(ir::ETSTuple *node) const in Check()
652 checker::Type *ETSAnalyzer::Check(ir::ETSTypeReference *node) const in Check()
658 checker::Type *ETSAnalyzer::Check(ir::ETSTypeReferencePart *node) const in Check()
664 checker::Type *ETSAnalyzer::Check(ir::ETSUnionType *node) const in Check()
670 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSWildcardType *node) const in Check()
677 checker::Type *ETSAnalyzer::GetPreferredType(ir::ArrayExpression *expr) const in GetPreferredType()
682 checker::Type *ETSAnalyzer::Check(ir::ArrayExpression *expr) const in Check()
754 checker::Type *ETSAnalyzer::Check(ir::ArrowFunctionExpression *expr) const in Check()
810 checker::Type *ETSAnalyzer::Check(ir::AssignmentExpression *expr) const in Check()
885 checker::Type *ETSAnalyzer::Check(ir::AwaitExpression *expr) const in Check()
903 checker::Type *ETSAnalyzer::Check(ir::BinaryExpression *expr) const in Check()
967 checker::Type *ETSAnalyzer::Check(ir::BlockExpression *st) const in Check()
1040 bool isUnionTypeWithFunctionalInterface) const in ResolveSignature()
1059 checker::Type *ETSAnalyzer::GetReturnType(ir::CallExpression *expr, checker::Type *calleeType) const in GetReturnType()
1114 checker::Type *ETSAnalyzer::Check(ir::CallExpression *expr) const in Check()
1163 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ChainExpression *expr) const in Check()
1168 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ClassExpression *expr) const in Check()
1173 checker::Type *ETSAnalyzer::Check(ir::ConditionalExpression *expr) const in Check()
1232 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::DirectEvalExpression *expr) const in Check()
1237 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::FunctionExpression *expr) const in Check()
1242 checker::Type *ETSAnalyzer::Check(ir::Identifier *expr) const in Check()
1253 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ImportExpression *expr) const in Check()
1258 checker::Type *ETSAnalyzer::Check(ir::MemberExpression *expr) const in Check()
1321 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NewExpression *expr) const in Check()
1325 checker::Type *ETSAnalyzer::PreferredType(ir::ObjectExpression *expr) const in PreferredType()
1330 checker::Type *ETSAnalyzer::Check(ir::ObjectExpression *expr) const in Check()
1415 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::OmittedExpression *expr) const in Check()
1420 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::OpaqueTypeNode *expr) const in Check()
1425 checker::Type *ETSAnalyzer::Check(ir::SequenceExpression *expr) const in Check()
1438 checker::Type *ETSAnalyzer::Check(ir::SuperExpression *expr) const in Check()
1449 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TaggedTemplateExpression *expr) const in Check()
1454 checker::Type *ETSAnalyzer::Check(ir::TemplateLiteral *expr) const in Check()
1477 checker::Type *ETSAnalyzer::Check(ir::ThisExpression *expr) const in Check()
1598 checker::Type *ETSAnalyzer::Check(ir::UnaryExpression *expr) const in Check()
1653 checker::Type *ETSAnalyzer::Check(ir::UpdateExpression *expr) const in Check()
1695 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::YieldExpression *expr) const in Check()
1700 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::BigIntLiteral *expr) const in Check()
1707 checker::Type *ETSAnalyzer::Check(ir::BooleanLiteral *expr) const in Check()
1716 checker::Type *ETSAnalyzer::Check(ir::CharLiteral *expr) const in Check()
1725 checker::Type *ETSAnalyzer::Check(ir::NullLiteral *expr) const in Check()
1734 checker::Type *ETSAnalyzer::Check(ir::NumberLiteral *expr) const in Check()
1756 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::RegExpLiteral *expr) const in Check()
1761 checker::Type *ETSAnalyzer::Check(ir::StringLiteral *expr) const in Check()
1770 checker::Type *ETSAnalyzer::Check(ir::UndefinedLiteral *expr) const in Check()
1777 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ExportAllDeclaration *st) const in Check()
1782 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ExportDefaultDeclaration *st) const in Check()
1787 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ExportNamedDeclaration *st) const in Check()
1792 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ExportSpecifier *st) const in Check()
1797 checker::Type *ETSAnalyzer::Check(ir::ImportDeclaration *st) const in Check()
1810 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ImportDefaultSpecifier *st) const in Check()
1830 checker::Type *ETSAnalyzer::Check(ir::ImportNamespaceSpecifier *st) const in Check()
1892 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ImportSpecifier *st) const in Check()
1897 checker::Type *ETSAnalyzer::Check(ir::AssertStatement *st) const in Check()
1913 checker::Type *ETSAnalyzer::Check(ir::BlockStatement *st) const in Check()
1932 checker::Type *ETSAnalyzer::Check(ir::BreakStatement *st) const in Check()
1939 checker::Type *ETSAnalyzer::Check(ir::ClassDeclaration *st) const in Check()
1946 checker::Type *ETSAnalyzer::Check(ir::ContinueStatement *st) const in Check()
1953 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::DebuggerStatement *st) const in Check()
1958 checker::Type *ETSAnalyzer::Check(ir::DoWhileStatement *st) const in Check()
1969 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::EmptyStatement *st) const in Check()
1974 checker::Type *ETSAnalyzer::Check(ir::ExpressionStatement *st) const in Check()
1980 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ForInStatement *st) const in Check()
2029 checker::Type *ETSAnalyzer::Check(ir::ForOfStatement *st) const in Check()
2071 checker::Type *ETSAnalyzer::Check(ir::ForUpdateStatement *st) const in Check()
2093 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::FunctionDeclaration *st) const in Check()
2098 checker::Type *ETSAnalyzer::Check(ir::IfStatement *st) const in Check()
2112 checker::Type *ETSAnalyzer::Check(ir::LabelledStatement *st) const in Check()
2240 …SAnalyzer::GetFunctionReturnType(ir::ReturnStatement *st, ir::ScriptFunction *containingFunc) const in GetFunctionReturnType()
2301 checker::Type *ETSAnalyzer::Check(ir::ReturnStatement *st) const in Check()
2320 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::SwitchCaseStatement *st) const in Check()
2325 checker::Type *ETSAnalyzer::Check(ir::SwitchStatement *st) const in Check()
2379 checker::Type *ETSAnalyzer::Check(ir::ThrowStatement *st) const in Check()
2391 checker::Type *ETSAnalyzer::Check(ir::TryStatement *st) const in Check()
2431 checker::Type *ETSAnalyzer::Check(ir::VariableDeclarator *st) const in Check()
2447 checker::Type *ETSAnalyzer::Check(ir::VariableDeclaration *st) const in Check()
2457 checker::Type *ETSAnalyzer::Check(ir::WhileStatement *st) const in Check()
2468 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSAnyKeyword *node) const in Check()
2473 checker::Type *ETSAnalyzer::Check(ir::TSArrayType *node) const in Check()
2480 checker::Type *ETSAnalyzer::Check(ir::TSAsExpression *expr) const in Check()
2527 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSBigintKeyword *node) const in Check()
2532 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSBooleanKeyword *node) const in Check()
2537 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSClassImplements *expr) const in Check()
2542 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSConditionalType *node) const in Check()
2547 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSConstructorType *node) const in Check()
2552 checker::Type *ETSAnalyzer::Check(ir::TSEnumDeclaration *st) const in Check()
2577 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSEnumMember *st) const in Check()
2582 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSExternalModuleReference *expr) const in Check()
2587 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSFunctionType *node) const in Check()
2592 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSImportEqualsDeclaration *st) const in Check()
2597 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSImportType *node) const in Check()
2602 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexedAccessType *node) const in Check()
2607 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSInferType *node) const in Check()
2612 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSInterfaceBody *expr) const in Check()
2617 checker::Type *ETSAnalyzer::Check(ir::TSInterfaceDeclaration *st) const in Check()
2641 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSInterfaceHeritage *expr) const in Check()
2646 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIntersectionType *node) const in Check()
2651 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSLiteralType *node) const in Check()
2656 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMappedType *node) const in Check()
2661 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSModuleBlock *st) const in Check()
2666 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSModuleDeclaration *st) const in Check()
2671 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSNamedTupleMember *node) const in Check()
2676 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSNeverKeyword *node) const in Check()
2681 checker::Type *ETSAnalyzer::Check(ir::TSNonNullExpression *expr) const in Check()
2694 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSNullKeyword *node) const in Check()
2699 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSNumberKeyword *node) const in Check()
2704 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSObjectKeyword *node) const in Check()
2709 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSParameterProperty *expr) const in Check()
2714 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSParenthesizedType *node) const in Check()
2719 checker::Type *ETSAnalyzer::Check(ir::TSQualifiedName *expr) const in Check()
2735 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSStringKeyword *node) const in Check()
2740 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSThisType *node) const in Check()
2745 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTupleType *node) const in Check()
2750 checker::Type *ETSAnalyzer::Check(ir::TSTypeAliasDeclaration *st) const in Check()
2780 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeAssertion *expr) const in Check()
2785 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeLiteral *node) const in Check()
2790 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeOperator *node) const in Check()
2795 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameter *expr) const in Check()
2800 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameterDeclaration *expr) const in Check()
2805 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeParameterInstantiation *expr) const in Check()
2810 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypePredicate *node) const in Check()
2815 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeQuery *node) const in Check()
2820 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSTypeReference *node) const in Check()
2825 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSUndefinedKeyword *node) const in Check()
2830 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSUnionType *node) const in Check()
2835 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSUnknownKeyword *node) const in Check()
2840 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSVoidKeyword *node) const in Check()