Searched defs:CXCompileCommand (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang-c/
H A DCXCompilationDatabase.h54 typedef void * CXCompileCommand; typedef
119 CINDEX_LINKAGE CXCompileCommand
126 clang_CompileCommand_getDirectory(CXCompileCommand);
133 clang_CompileCommand_getNumArgs(CXCompileCommand);
142 clang_CompileCommand_getArg(CXCompileCommand, unsigned I);
148 clang_CompileCommand_getNumMappedSources(CXCompileCommand);
154 clang_CompileCommand_getMappedSourcePath(CXCompileCommand, unsigned I);
160 clang_CompileCommand_getMappedSourceContent(CXCompileCommand, unsigned I);

Completed in 1653 milliseconds