OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddPluginActions
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Frontend/
FrontendAction.cpp
141
if (CI.getFrontendOpts().
AddPluginActions
.size() == 0)
148
for (size_t i = 0, e = CI.getFrontendOpts().
AddPluginActions
.size();
156
if (it->getName() == CI.getFrontendOpts().
AddPluginActions
[i]) {
CompilerInvocation.cpp
797
Opts.
AddPluginActions
= Args.getAllArgValues(OPT_add_plugin);
798
Opts.AddPluginArgs.resize(Opts.
AddPluginActions
.size());
799
for (int i = 0, e = Opts.
AddPluginActions
.size(); i != e; ++i) {
802
if ((*it)->getValue(0) == Opts.
AddPluginActions
[i]
[
all
...]
/external/clang/include/clang/Frontend/
FrontendOptions.h
223
std::vector<std::string>
AddPluginActions
;
Completed in 43 milliseconds