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

/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DCXCompilationDatabase.h53 typedef void * CXCompileCommand; typedef
118 CINDEX_LINKAGE CXCompileCommand
125 clang_CompileCommand_getDirectory(CXCompileCommand);
131 clang_CompileCommand_getFilename(CXCompileCommand);
138 clang_CompileCommand_getNumArgs(CXCompileCommand);
147 clang_CompileCommand_getArg(CXCompileCommand, unsigned I);
153 clang_CompileCommand_getNumMappedSources(CXCompileCommand);
159 clang_CompileCommand_getMappedSourcePath(CXCompileCommand, unsigned I);
165 clang_CompileCommand_getMappedSourceContent(CXCompileCommand, unsigned I);
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXCompilationDatabase.cpp87 CXCompileCommand
103 clang_CompileCommand_getDirectory(CXCompileCommand CCmd)
113 clang_CompileCommand_getFilename(CXCompileCommand CCmd)
123 clang_CompileCommand_getNumArgs(CXCompileCommand CCmd)
132 clang_CompileCommand_getArg(CXCompileCommand CCmd, unsigned Arg)
146 clang_CompileCommand_getNumMappedSources(CXCompileCommand CCmd)
154 clang_CompileCommand_getMappedSourcePath(CXCompileCommand CCmd, unsigned I)
162 clang_CompileCommand_getMappedSourceContent(CXCompileCommand CCmd, unsigned I)
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c4073 CXCompileCommand CCmd;
4331 CXCompileCommand CCmd;

Completed in 83 milliseconds