Home
last modified time | relevance | path

Searched defs:extSrc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpackageImplicitImport.cpp64 const auto *const extSrc = std::get<1>(srcIter).front(); in ValidateFolderContainOnlySamePackageFiles() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp317 for (auto extSrc : extSources.at(moduleName)) { in EmplaceProgram() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp292 …rseParseListElement(const util::ImportPathManager::ParseInfo &parseListElem, util::UString *extSrc, in ParseParseListElement()
386 auto extSrc = Allocator()->New<util::UString>(externalSource, Allocator()); in SearchForNotParsed() local