Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-diff/
DClangDiff.cpp87 getAST(const std::unique_ptr<CompilationDatabase> &CommonCompilations, in getAST() argument
91 if (!CommonCompilations) { in getAST()
106 ClangTool Tool(Compilations ? *Compilations : *CommonCompilations, Files); in getAST()