Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DPreprocessorOptions.h49 std::vector<std::string> searchDirectoriesFromIntrModPath; member
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp462 opts.searchDirectoriesFromIntrModPath.emplace_back(currentArg->getValue()); in parsePreprocessorArgs()
758 preprocessorOptions.searchDirectoriesFromIntrModPath.begin(), in setFortranOpts()
759 preprocessorOptions.searchDirectoriesFromIntrModPath.end()); in setFortranOpts()