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

  /external/clang/include/clang-c/
CXCompilationDatabase.h 54 typedef void * CXCompileCommand;
119 CINDEX_LINKAGE CXCompileCommand
126 clang_CompileCommand_getDirectory(CXCompileCommand);
133 clang_CompileCommand_getNumArgs(CXCompileCommand);
142 clang_CompileCommand_getArg(CXCompileCommand, unsigned I);
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 90 CXCompileCommand
106 clang_CompileCommand_getDirectory(CXCompileCommand CCmd)
116 clang_CompileCommand_getNumArgs(CXCompileCommand CCmd)
125 clang_CompileCommand_getArg(CXCompileCommand CCmd, unsigned Arg)
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 32 milliseconds