Searched defs:hasDecl (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsImportSource.h | 29 explicit ImportSource(ir::StringLiteral *source, ir::StringLiteral *resolvedSource, Language lang, bool hasDecl) in ImportSource() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsDynamicType.h | 31 ETSDynamicType(ArenaAllocator *allocator, std::tuple<util::StringView, util::StringView, Language> label, std::tuple<ir::AstNode *, ETSObjectFlags, TypeRelation *> info, bool hasDecl) ETSDynamicType() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | arktsconfig.h | 63 explicit DynamicImportData(Language lang, bool hasDecl) : lang_(lang), hasDecl_(hasDecl) {} in DynamicImportData() argument
|
| H A D | importPathManager.h | 43 bool hasDecl; member
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | typeCreation.cpp | 544 bool hasDecl = false; in CheckForDynamicLang() local
|
Completed in 3 milliseconds