Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp150 struct CompileJobAnalyzer { struct
151 SmallVector<std::string, 2> Inputs;
153 void run(const driver::Action *A) { in run()
158 void runImpl(const driver::Action *A, bool Collect) { in runImpl()