Home
last modified time | relevance | path

Searched refs:OutDir (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build1573 my $OutDir = shift @$Args;
1574 mkpath($OutDir) unless (-e $OutDir); # abs_path wants existing dir
1575 $Options{OutputDir} = abs_path($OutDir);
1593 my $OutDir = shift @$Args;
1594 mkpath($OutDir) unless (-e $OutDir); # abs_path wants existing dir
1595 $Options{OutputDir} = abs_path($OutDir);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp90 const std::string OutDir; member in __anon4823cf260111::AnalysisConsumer
128 PP(CI.getPreprocessor()), OutDir(outdir), Opts(std::move(opts)), in AnalysisConsumer()
165 CREATEFN(Opts->getDiagOpts(), PathConsumers, OutDir, PP, CTU, \ in DigestAnalyzerOptions()