Home
last modified time | relevance | path

Searched defs:TSTypeQuery (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeQuery.h34 …explicit TSTypeQuery(Expression *exprName) : TypeNode(AstNodeType::TS_TYPE_QUERY), exprName_(exprN… in TSTypeQuery() function
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h66 class TSTypeQuery; variable