Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h214 std::vector<std::unique_ptr<SourceFile>> ownedSourceFiles_; variable
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp186 return ownedSourceFiles_.emplace_back(std::move(source)).get(); in Open()
195 return ownedSourceFiles_.emplace_back(std::move(source)).get(); in ReadStandardInput()