Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp34 Expected<APIIgnoresList> APIIgnoresList::create(StringRef IgnoresFilePath, in create() argument
36 auto BufferOrErr = FM.getBufferForFile(IgnoresFilePath); in create()
38 return make_error<IgnoresFileNotFound>(IgnoresFilePath); in create()
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h50 static llvm::Expected<APIIgnoresList> create(llvm::StringRef IgnoresFilePath,