/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | typeElaborationContext.cpp | 80 checker_->ElaborateElementwise(targetElementType, it, it->Start()); in Start() 159 checker_->ElaborateElementwise(targetElementType, prop->Value(), it->Start()); in Start()
|
H A D | function.cpp | 55 ElaborateElementwise(returnType, func->Body()->AsExpression(), func->Body()->Start()); in HandleFunctionReturn() 216 ElaborateElementwise(paramType, param->Right(), paramIdent->Start()); in CheckFunctionAssignmentPatternParameter() 729 ElaborateElementwise(sigArgType, args[index], args[index]->Start()); in CallMatchesSignature()
|
H A D | helpers.cpp | 313 void TSChecker::ElaborateElementwise(Type *targetType, ir::Expression *sourceNode, const lexer::SourcePosition &pos) in ElaborateElementwise() function in ark::es2panda::checker::TSChecker
|
H A D | destructuringContext.cpp | 38 checker_->ElaborateElementwise(annotationType, initializer, loc); in Prepare()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | typeElaborationContext.cpp | 80 checker_->ElaborateElementwise(targetElementType, it, it->Start()); in Start() 157 checker_->ElaborateElementwise(targetElementType, prop->Value(), it->Start()); in Start()
|
H A D | function.cpp | 57 ElaborateElementwise(returnType, func->Body()->AsExpression(), func->Body()->Start()); in HandleFunctionReturn() 221 ElaborateElementwise(paramType, param->Right(), paramIdent->Start()); in CheckFunctionAssignmentPatternParameter() 749 ElaborateElementwise(sigArgType, args[index], args[index]->Start()); in CallMatchesSignature()
|
H A D | helpers.cpp | 315 void Checker::ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer::SourcePosition &pos) in ElaborateElementwise() function in panda::es2panda::checker::Checker
|
H A D | destructuringContext.cpp | 37 checker_->ElaborateElementwise(annotationType, initializer, loc); in Prepare()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | returnStatement.cpp | 85 checker->ElaborateElementwise(funcReturnType, argument_, Start()); in Check()
|
H A D | variableDeclarator.cpp | 93 checker->ElaborateElementwise(annotationType, initializer, declarator->Id()->Start()); in CheckSimpleVariableDeclaration()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | assignmentExpression.cpp | 197 checker->ElaborateElementwise(leftType, right_, left_->Start()); in Check()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSchecker.h | 287 void ElaborateElementwise(Type *targetType, ir::Expression *sourceNode, const lexer::SourcePosition &pos);
|
H A D | TSAnalyzer.cpp | 410 checker->ElaborateElementwise(leftType, expr->Right(), expr->Left()->Start()); in Check() 1237 checker->ElaborateElementwise(funcReturnType, st->Argument(), st->Start()); in Check() 1320 checker->ElaborateElementwise(annotationType, initializer, declarator->Id()->Start()); in CheckSimpleVariableDeclaration()
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 364 void ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer::SourcePosition &pos);
|