Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCompilationDatabase.cpp37 struct AllocatedCXCompileCommands struct
41 AllocatedCXCompileCommands(std::vector<CompileCommand> Cmd) in AllocatedCXCompileCommands() argument
52 return new AllocatedCXCompileCommands(std::move(CCmd)); in clang_CompilationDatabase_getCompileCommands()
63 return new AllocatedCXCompileCommands(std::move(CCmd)); in clang_CompilationDatabase_getAllCompileCommands()
72 delete static_cast<AllocatedCXCompileCommands *>(Cmds); in clang_CompileCommands_dispose()
81 AllocatedCXCompileCommands *ACC = in clang_CompileCommands_getSize()
82 static_cast<AllocatedCXCompileCommands *>(Cmds); in clang_CompileCommands_getSize()
93 AllocatedCXCompileCommands *ACC = in clang_CompileCommands_getCommand()
94 static_cast<AllocatedCXCompileCommands *>(Cmds); in clang_CompileCommands_getCommand()