Home
last modified time | relevance | path

Searched defs:CompileJobAnalyzer (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp141 struct CompileJobAnalyzer { struct
142 SmallVector<std::string, 2> Inputs;
144 void run(const driver::Action *A) { in run()
149 void runImpl(const driver::Action *A, bool Collect) { in runImpl()