Searched refs:currentArg (Results 1 – 1 of 1) sorted by relevance
445 for (const auto *currentArg : args.filtered( in parsePreprocessorArgs() local447 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() local456 opts.searchDirectoriesFromDashI.emplace_back(currentArg->getValue()); in parsePreprocessorArgs()460 for (const auto *currentArg : in parsePreprocessorArgs() local462 opts.searchDirectoriesFromIntrModPath.emplace_back(currentArg->getValue()); in parsePreprocessorArgs()465 if (const auto *currentArg = args.getLastArg( in parsePreprocessorArgs() local468 (currentArg->getOption().matches(clang::driver::options::OPT_cpp)) in parsePreprocessorArgs()