Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.h62 bool AllowUnknownFile = false);
H A DInputFile.cpp254 Expected<InputFile> InputFile::open(StringRef Path, bool AllowUnknownFile) { in open() argument
286 if (!AllowUnknownFile) in open()