HomeSort by relevance Sort by last modified time
    Searched refs:CXCompilationDatabase (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang-c/
CXCompilationDatabase.h 1 /*===-- clang-c/CXCompilationDatabase.h - Compilation database ---*- C -*-===*\
38 typedef void * CXCompilationDatabase;
79 CINDEX_LINKAGE CXCompilationDatabase
87 clang_CompilationDatabase_dispose(CXCompilationDatabase);
94 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase,
101 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase);
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 1 #include "clang-c/CXCompilationDatabase.h"
11 CXCompilationDatabase
33 clang_CompilationDatabase_dispose(CXCompilationDatabase CDb)
48 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase CDb,
62 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase CDb) {
  /external/clang/tools/c-index-test/
c-index-test.c 4 #include "clang-c/CXCompilationDatabase.h"
    [all...]

Completed in 41 milliseconds