Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp40 for (const auto &CurrentIgnoresFilePath : IgnoresFilePathList) { in create() local
41 auto BufferOrErr = FM.getBufferForFile(CurrentIgnoresFilePath); in create()
44 return make_error<IgnoresFileNotFound>(CurrentIgnoresFilePath); in create()