Home
last modified time | relevance | path

Searched refs:sourceFiles_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp131 sourceFiles_.push_back(src); in CollectInputFilesFromFileList()
149 sourceFiles_.push_back(src); in CollectInputFilesFromFileDirectory()
399 sourceFiles_.push_back(src); in Parse()
412 sourceFiles_.push_back(src); in Parse()
453 compilerOptions_.sourceFiles = sourceFiles_; in Parse()
Doptions.h150 std::vector<es2panda::SourceFile> sourceFiles_; variable