Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.h91 mutable std::unique_ptr<llvm::raw_fd_ostream> CompilationDatabase = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h67 class CompilationDatabase; variable
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py3226 class CompilationDatabase(ClangObject): class