Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp427 llvm::SmallString<128> APINotesPath(Dir->getName()); in findAPINotes() local
429 APINotesPath, (llvm::Twine("APINotes.") + SOURCE_APINOTES_EXTENSION)); in findAPINotes()
433 if (auto APINotesFile = FileMgr.getOptionalFileRef(APINotesPath)) { in findAPINotes()