Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DCXCompilationDatabase.h54 typedef void * CXCompileCommand; typedef
113 CINDEX_LINKAGE CXCompileCommand
120 clang_CompileCommand_getDirectory(CXCompileCommand);
127 clang_CompileCommand_getNumArgs(CXCompileCommand);
136 clang_CompileCommand_getArg(CXCompileCommand, unsigned I);
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp80 CXCompileCommand
96 clang_CompileCommand_getDirectory(CXCompileCommand CCmd) in clang_CompileCommand_getDirectory()
106 clang_CompileCommand_getNumArgs(CXCompileCommand CCmd) in clang_CompileCommand_getNumArgs()
115 clang_CompileCommand_getArg(CXCompileCommand CCmd, unsigned Arg) in clang_CompileCommand_getArg()
/external/clang/tools/c-index-test/
Dc-index-test.c2746 CXCompileCommand CCmd; in perform_test_compilation_db()