Searched refs:isTypeof (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
H A D | tsImportTypeBuilder.h | 47 TSImportTypeBuilder &SetIsTypeof(bool isTypeof) in SetIsTypeof() argument 49 isTypeof_ = isTypeof; in SetIsTypeof()
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsImportType.h | 37 bool isTypeof) in TSImportType() 42 isTypeof_(isTypeof) in TSImportType() 36 TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qualifier, bool isTypeof) TSImportType() argument
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsImportType.h | 27 bool isTypeof) in TSImportType() 32 isTypeof_(isTypeof) in TSImportType() 26 TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qualifier, bool isTypeof) TSImportType() argument
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | TSparser.h | 65 ir::TSImportType *ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof = false);
|
H A D | TSparser.cpp | 386 ir::TSImportType *TSParser::ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseImportType() argument 427 auto *importType = AllocNode<ir::TSImportType>(param, typeParams, qualifier, isTypeof); in ParseImportType()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | parserImpl.h | 284 ir::TSImportType *ParseTsImportType(const lexer::SourcePosition &startLoc, bool isTypeof = false);
|
H A D | parserImpl.cpp | 688 ir::TSImportType *ParserImpl::ParseTsImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseTsImportType() argument 741 auto *importType = AllocNode<ir::TSImportType>(param, typeParams, qualifier, isTypeof); in ParseTsImportType()
|
Completed in 15 milliseconds