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/include/clang/Frontend/
FrontendOptions.h
234
std::vector<std::string>
AddPluginActions
;
/external/clang/lib/Frontend/
FrontendAction.cpp
144
if (CI.getFrontendOpts().
AddPluginActions
.size() == 0)
152
for (size_t i = 0, e = CI.getFrontendOpts().
AddPluginActions
.size();
160
if (it->getName() != CI.getFrontendOpts().
AddPluginActions
[i])
CompilerInvocation.cpp
[
all
...]
Completed in 554 milliseconds