Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp445 for (const auto *currentArg : args.filtered( in parsePreprocessorArgs() local
447 if (currentArg->getOption().matches(clang::driver::options::OPT_D)) { in parsePreprocessorArgs()
448 opts.addMacroDef(currentArg->getValue()); in parsePreprocessorArgs()
450 opts.addMacroUndef(currentArg->getValue()); in parsePreprocessorArgs()
455 for (const auto *currentArg : args.filtered(clang::driver::options::OPT_I)) in parsePreprocessorArgs() local
456 opts.searchDirectoriesFromDashI.emplace_back(currentArg->getValue()); in parsePreprocessorArgs()
460 for (const auto *currentArg : in parsePreprocessorArgs() local
462 opts.searchDirectoriesFromIntrModPath.emplace_back(currentArg->getValue()); in parsePreprocessorArgs()
465 if (const auto *currentArg = args.getLastArg( in parsePreprocessorArgs() local
468 (currentArg->getOption().matches(clang::driver::options::OPT_cpp)) in parsePreprocessorArgs()