Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h148 getCurrentModuleAPINotes(Module *M, bool LookInModule,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp221 APINotesManager::getCurrentModuleAPINotes(Module *M, bool LookInModule, in getCurrentModuleAPINotes() function in APINotesManager
308 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); in loadCurrentModuleAPINotes()