Home
last modified time | relevance | path

Searched defs:SetTypeParams (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DetsTypeReferencePartBuilder.h35 ETSTypeReferencePartBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams() function
/arkcompiler/ets_frontend/ets2panda/ir/as/
DnamedType.h54 void SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.h67 void SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DcallExpression.cpp152 void CallExpression::SetTypeParams(TSTypeParameterInstantiation *typeParams) noexcept in SetTypeParams() function in ark::es2panda::ir::CallExpression