Home
last modified time | relevance | path

Searched refs:AddToParseList (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A DimportPathManager.cpp119 AddToParseList(UString(filePath, allocator_).View(), importFlags); in UnixWalkThroughDirectoryAndAddToParseList()
127 void ImportPathManager::AddToParseList(const StringView &resolvedPath, const ImportFlags importFlags) in AddToParseList() function in ark::es2panda::util::ImportPathManager
142 AddToParseList(UString(entry.path().string(), allocator_).View(), importFlags); in AddToParseList()
H A DimportPathManager.h71 void AddToParseList(const StringView &resolvedPath, ImportFlags importFlags);
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp1090 importPathManager_->AddToParseList(resolvedImportPath, in ParseSourceFromClause()
1912 importPathManager_->AddToParseList(GetProgram()->SourceFileFolder(), util::ImportFlags::IMPLICIT_PACKAGE_IMPORT); in AddPackageSourcesToParseList()

Completed in 4 milliseconds