Searched defs:TSLiteralType (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsLiteralType.h | 22 class TSLiteralType : public TypeNode { class 24 explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(literal) {} in TSLiteralType() function in ark::es2panda::ir::TSLiteralType |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsLiteralType.h | 32 class TSLiteralType : public TypeNode { class 34 explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(literal) {} in TSLiteralType() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSLiteralType |
Completed in 1 milliseconds