• Home
  • Raw
  • Download

Lines Matching defs:const

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