Home
last modified time | relevance | path

Searched refs:isTypeof (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsImportTypeBuilder.h47 TSImportTypeBuilder &SetIsTypeof(bool isTypeof) in SetIsTypeof() argument
49 isTypeof_ = isTypeof; in SetIsTypeof()
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsImportType.h37 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 DtsImportType.h27 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 DTSparser.h65 ir::TSImportType *ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof = false);
H A DTSparser.cpp386 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 DparserImpl.h284 ir::TSImportType *ParseTsImportType(const lexer::SourcePosition &startLoc, bool isTypeof = false);
H A DparserImpl.cpp688 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