Home
last modified time | relevance | path

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

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