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);
132 clang_CompileCommand_getFilename(CXCompileCommand);
139 clang_CompileCommand_getNumArgs(CXCompileCommand);
148 clang_CompileCommand_getArg(CXCompileCommand, unsigned I);
154 clang_CompileCommand_getNumMappedSources(CXCompileCommand);
160 clang_CompileCommand_getMappedSourcePath(CXCompileCommand, unsigned I);
166 clang_CompileCommand_getMappedSourceContent(CXCompileCommand, unsigned I);
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 89 CXCompileCommand
105 clang_CompileCommand_getDirectory(CXCompileCommand CCmd)
115 clang_CompileCommand_getFilename(CXCompileCommand CCmd)
125 clang_CompileCommand_getNumArgs(CXCompileCommand CCmd)
134 clang_CompileCommand_getArg(CXCompileCommand CCmd, unsigned Arg)
148 clang_CompileCommand_getNumMappedSources(CXCompileCommand CCmd)
157 clang_CompileCommand_getMappedSourcePath(CXCompileCommand CCmd, unsigned I)
171 clang_CompileCommand_getMappedSourceContent(CXCompileCommand CCmd, unsigned I)
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 553 milliseconds