Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsTypeReferenceBuilder.h35 TSTypeReferenceBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams() function
DetsTypeReferencePartBuilder.h35 ETSTypeReferencePartBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams() function
DtaggedTemplateExpressionBuilder.h35 TaggedTemplateExpressionBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams() function
DtsTypeAliasDeclarationBuilder.h35 TSTypeAliasDeclarationBuilder &SetTypeParams(TSTypeParameterDeclaration *typeParams) in SetTypeParams() function
DtsImportTypeBuilder.h35 TSImportTypeBuilder &SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams() function
/arkcompiler/ets_frontend/ets2panda/ir/as/
DnamedType.h57 void SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.h72 void SetTypeParams(TSTypeParameterInstantiation *typeParams) in SetTypeParams() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DcallExpression.cpp159 void CallExpression::SetTypeParams(TSTypeParameterInstantiation *typeParams) noexcept in SetTypeParams() function in ark::es2panda::ir::CallExpression