HomeSort by: relevance | last modified time | path
    Searched defs:CompilationDatabase (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
CompilationDatabase.h 1 //===- CompilationDatabase.h ------------------------------------*- C++ -*-===//
15 // the project. This information is provided via the CompilationDatabase
18 // To create a CompilationDatabase from a build directory one can call
19 // CompilationDatabase::loadFromDirectory(), which deduces the correct
22 // See the concrete subclasses of CompilationDatabase for currently supported
87 class CompilationDatabase {
89 virtual ~CompilationDatabase();
103 static std::unique_ptr<CompilationDatabase>
110 static std::unique_ptr<CompilationDatabase>
117 static std::unique_ptr<CompilationDatabase>
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.h 91 mutable std::unique_ptr<llvm::raw_fd_ostream> CompilationDatabase = nullptr;
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 3146 """Represents an error that occurred when working with a CompilationDatabase
3163 raise Exception("Encountered undefined CompilationDatabase error "
3226 class CompilationDatabase(ClangObject):
3228 The CompilationDatabase is a wrapper class around
3229 clang::tooling::CompilationDatabase
3241 "CompilationDatabase loading failed")
3242 return CompilationDatabase(res)
3246 """Builds a CompilationDatabase from the database found in buildDir"""
3253 "CompilationDatabase loading failed")
3338 CompilationDatabase.from_result)
    [all...]

Completed in 16 milliseconds