Home
last modified time | relevance | path

Searched defs:TypeParams (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunctionSignature.h44 TSTypeParameterDeclaration *TypeParams() in TypeParams() function
49 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
DtsSignatureDeclaration.h62 [[nodiscard]] const TSTypeParameterDeclaration *TypeParams() const noexcept in TypeParams() function
67 [[nodiscard]] TSTypeParameterDeclaration *TypeParams() in TypeParams() function
DtsMethodSignature.h75 [[nodiscard]] const TSTypeParameterDeclaration *TypeParams() const noexcept in TypeParams() function
80 [[nodiscard]] TSTypeParameterDeclaration *TypeParams() in TypeParams() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsFunctionType.h52 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
57 TSTypeParameterDeclaration *TypeParams() in TypeParams() function
DtsConstructorType.h54 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
58 TSTypeParameterDeclaration *TypeParams() in TypeParams() function
DtsTypeReference.h35 const TSTypeParameterInstantiation *TypeParams() const in TypeParams() function
DtsInterfaceDeclaration.h108 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
113 TSTypeParameterDeclaration *TypeParams() in TypeParams() function
DtsImportType.h41 const TSTypeParameterInstantiation *TypeParams() const in TypeParams() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DcallExpression.h79 [[nodiscard]] const TSTypeParameterInstantiation *TypeParams() const noexcept in TypeParams() function
84 [[nodiscard]] TSTypeParameterInstantiation *TypeParams() noexcept in TypeParams() function
DtaggedTemplateExpression.h48 [[nodiscard]] const TSTypeParameterInstantiation *TypeParams() const noexcept in TypeParams() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.h46 const TSTypeParameterInstantiation *TypeParams() const in TypeParams() function
DtsImportType.h51 const TSTypeParameterInstantiation *TypeParams() const in TypeParams() function
DtsFunctionType.h55 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
DtsTypeAliasDeclaration.h56 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
DtsConstructorType.h56 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
DtsSignatureDeclaration.h58 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
DtsInterfaceDeclaration.h70 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTypeReferencePart.h48 ir::TSTypeParameterInstantiation *TypeParams() in TypeParams() function
DetsFunctionType.h51 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DnewExpression.h48 const TSTypeParameterInstantiation *TypeParams() const in TypeParams() function
DtaggedTemplateExpression.h53 const TSTypeParameterInstantiation *TypeParams() const in TypeParams() function
DcallExpression.h52 const TSTypeParameterInstantiation *TypeParams() const in TypeParams() function
/arkcompiler/ets_frontend/ets2panda/ir/as/
DnamedType.h34 const TSTypeParameterInstantiation *TypeParams() const in TypeParams() function
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h88 const TSTypeParameterDeclaration *TypeParams() const in TypeParams() function
93 TSTypeParameterDeclaration *TypeParams() in TypeParams() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp580 struct TypeParams { struct
581 checker::Type *leftType;
582 checker::Type *rightType;
583 Type *unboxedL;
584 Type *unboxedR;

12