Esempio n. 1
0
// Free the given compilation database
func (cd CompilationDatabase) Dispose() {
	C.clang_CompilationDatabase_dispose(cd.c)
}
Esempio n. 2
0
/**
 * \brief Free the given compilation database
 */
func (db *CompilationDatabase) Dispose() {
	C.clang_CompilationDatabase_dispose(db.c)
}