Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp230 auto tryAPINotes = [&](DirectoryEntryRef Dir, bool WantPublic) { in getCurrentModuleAPINotes() local
260 tryAPINotes(*APINotesDir, /*wantPublic=*/true); in getCurrentModuleAPINotes()
268 tryAPINotes(*PrivateAPINotesDir, in getCurrentModuleAPINotes()
278 tryAPINotes(*M->Directory, /*wantPublic=*/true); in getCurrentModuleAPINotes()
280 tryAPINotes(*M->Directory, /*wantPublic=*/false); in getCurrentModuleAPINotes()