Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp92 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h536 std::map<std::string, std::vector<std::string>> PluginArgs; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2740 for (const auto &PluginArgs : Opts.PluginArgs) { in GenerateFrontendArgs() local
2742 for (const auto &PluginArg : PluginArgs.second) in GenerateFrontendArgs()
2744 Opt.getPrefix() + Opt.getName() + PluginArgs.first, in GenerateFrontendArgs()
2944 Opts.PluginArgs[AA->getValue(0)].emplace_back(AA->getValue(1)); in ParseFrontendArgs()
H A DFrontendAction.cpp219 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) { in CreateWrappedASTConsumer()