Searched defs:TSInferType (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsInferType.h | 24 class TSInferType : public TypeNode { class 26 explicit TSInferType(TSTypeParameter *typeParam) : TypeNode(AstNodeType::TS_INFER_TYPE), typeParam_(typeParam) {} in TSInferType() function in ark::es2panda::ir::TSInferType |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsInferType.h | 34 class TSInferType : public TypeNode { class 36 explicit TSInferType(TSTypeParameter *typeParam) : TypeNode(AstNodeType::TS_INFER_TYPE), typeParam_(typeParam) {} in TSInferType() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSInferType |
Completed in 2 milliseconds