Searched defs:TSTypePredicate (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsTypePredicate.h | 22 class TSTypePredicate : public TypeNode { class 24 explicit TSTypePredicate(Expression *parameterName, TypeNode *typeAnnotation, bool asserts) in TSTypePredicate() function in ark::es2panda::ir::TSTypePredicate |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsTypePredicate.h | 32 class TSTypePredicate : public TypeNode { class 34 explicit TSTypePredicate(Expression *parameterName, Expression *typeAnnotation, bool asserts) in TSTypePredicate() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypePredicate |
Completed in 1 milliseconds