Searched defs:OutDir (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp157 const std::string OutDir; member in class:__anon18287::AnalysisConsumer
189 Ctx(nullptr), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins) {
212 } else if (!OutDir.empty()) {
217 CREATEFN(*Opts.get(), PathConsumers, OutDir, PP); \

Completed in 523 milliseconds