reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);tools/clang/tools/c-index-test/c-index-test.c
4012 CXCompileCommand CCmd; 4270 CXCompileCommand CCmd;tools/clang/tools/libclang/CXCompilationDatabase.cpp
87 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)