Home
last modified time | relevance | path

Searched refs:CCmd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCompilationDatabase.cpp39 std::vector<CompileCommand> CCmd; member
42 : CCmd(std::move(Cmd)) {} in AllocatedCXCompileCommands()
50 std::vector<CompileCommand> CCmd(db->getCompileCommands(CompleteFileName)); in clang_CompilationDatabase_getCompileCommands() local
51 if (!CCmd.empty()) in clang_CompilationDatabase_getCompileCommands()
52 return new AllocatedCXCompileCommands(std::move(CCmd)); in clang_CompilationDatabase_getCompileCommands()
61 std::vector<CompileCommand> CCmd(db->getAllCompileCommands()); in clang_CompilationDatabase_getAllCompileCommands() local
62 if (!CCmd.empty()) in clang_CompilationDatabase_getAllCompileCommands()
63 return new AllocatedCXCompileCommands(std::move(CCmd)); in clang_CompilationDatabase_getAllCompileCommands()
84 return ACC->CCmd.size(); in clang_CompileCommands_getSize()
96 if (I >= ACC->CCmd.size()) in clang_CompileCommands_getCommand()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4048 CXCompileCommand CCmd; in index_compile_db() local
4097 CCmd = clang_CompileCommands_getCommand(CCmds, i); in index_compile_db()
4099 wd = clang_CompileCommand_getDirectory(CCmd); in index_compile_db()
4107 numArgs = clang_CompileCommand_getNumArgs(CCmd); in index_compile_db()
4114 cxargs[a] = clang_CompileCommand_getArg(CCmd, a); in index_compile_db()
4306 CXCompileCommand CCmd; in perform_test_compilation_db() local
4352 CCmd = clang_CompileCommands_getCommand(CCmds, j); in perform_test_compilation_db()
4354 wd = clang_CompileCommand_getDirectory(CCmd); in perform_test_compilation_db()
4359 numArgs = clang_CompileCommand_getNumArgs(CCmd); in perform_test_compilation_db()
4362 arg = clang_CompileCommand_getArg(CCmd, a); in perform_test_compilation_db()