clang 19.0.0git
Namespaces | Functions
DirectoryScanner.cpp File Reference
#include "DirectoryScanner.h"
#include "llvm/Support/Path.h"
#include <optional>

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 

Functions

std::optional< sys::fs::file_status > clang::getFileStatus (StringRef Path)
 
std::vector< std::string > clang::scanDirectory (StringRef Path)
 
std::vector< DirectoryWatcher::Event > clang::getAsFileEvents (const std::vector< std::string > &Scan)
 Create event with EventKind::Added for every element in Scan.