Home
last modified time | relevance | path

Searched refs:SavePath (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/include/flang/Parser/
H A Dsource.h71 const std::string &SavePath(std::string &&);
/llvm-project/flang/lib/Parser/
H A Dsource.cpp203 const std::string &SourceFile::SavePath(std::string &&path) { in SavePath() function in Fortran::parser::SourceFile
H A Dpreprocessor.cpp1293 linePath = &sourceFile->SavePath(std::move(tstr)); in LineDirective()