Home
last modified time | relevance | path

Searched defs:typeArguments (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DtypeArgumentsExpression.h36 TypeArgumentsExpression(Expression *leftHandExpression, TSTypeParameterInstantiation *typeArguments) TypeArgumentsExpression() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DrecordLowering.cpp195 auto typeArguments = expr->PreferredType()->AsETSObjectType()->TypeArguments(); in UpdateObjectExpression() local
H A DgenericBridgesLowering.cpp244 auto const &typeArguments = superType->TypeArguments(); in ProcessClassDefinition() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction_helpers.h197 MaybeSubstituteTypeParameters(ETSChecker *checker, Signature *signature, const ir::TSTypeParameterInstantiation *typeArguments, const ArenaVector<ir::Expression *> &arguments, const lexer::SourcePosition &pos, TypeRelationFlag flags) MaybeSubstituteTypeParameters() argument
H A Dfunction.cpp659 CollectSignatures(ArenaVector<Signature *> &signatures, const ir::TSTypeParameterInstantiation *typeArguments, const ArenaVector<ir::Expression *> &arguments, const lexer::SourcePosition &pos, TypeRelationFlag resolveFlags) CollectSignatures() argument
730 ValidateSignatures(ArenaVector<Signature *> &signatures, const ir::TSTypeParameterInstantiation *typeArguments, const ArenaVector<ir::Expression *> &arguments, const lexer::SourcePosition &pos, std::string_view signatureKind, TypeRelationFlag resolveFlags) ValidateSignatures() argument

Completed in 6 milliseconds