6#include "clang/Tooling/Tooling.h"
9 const clang::tooling::CompilationDatabase& db,
10 const std::filesystem::path& filename,
11 const std::filesystem::path& tmpdir);
22bool is_cached(
const clang::tooling::CompilationDatabase& db,
const std::filesystem::path& filename,
const std::filesystem::path& tmpdir);
void parseOrLoadAST(std::unique_ptr< clang::ASTUnit > &AST, const clang::tooling::CompilationDatabase &db, const std::filesystem::path &filename, const std::filesystem::path &tmpdir)
bool is_cached(const clang::tooling::CompilationDatabase &db, const std::filesystem::path &filename, const std::filesystem::path &tmpdir)