Searched refs:AsTyped (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ | ||
H A D | util.cpp | 63 nn->AsTyped()->SetTsType(nullptr); |
/arkcompiler/ets_frontend/ets2panda/ir/ | ||
H A D | astNode.h | 134 Typed<AstNode> *AsTyped() in AsTyped() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ir::AstNode 140 Typed<AstNode> const *AsTyped() const in AsTyped() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ir::AstNode |
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ | ||
H A D | lambdaLowering.cpp | 224 if (node->IsTyped() && node->AsTyped()->TsType() != nullptr) { in ProcessCalleeMethodBody() 225 node->AsTyped()->SetTsType(node->AsTyped()->TsType()->Substitute(checker->Relation(), substitution)); in ProcessCalleeMethodBody() |
Completed in 4 milliseconds