Home
last modified time | relevance | path

Searched defs:IgnoresFileNotFound (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h33 struct IgnoresFileNotFound : public llvm::ErrorInfo<IgnoresFileNotFound> { struct
37 explicit IgnoresFileNotFound(StringRef Path) : Path(Path) {} in IgnoresFileNotFound() argument