Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h134 bool loadCurrentModuleAPINotes(Module *M, bool LookInModule,
148 getCurrentModuleAPINotes(Module *M, bool LookInModule,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp221 APINotesManager::getCurrentModuleAPINotes(Module *M, bool LookInModule, in getCurrentModuleAPINotes() argument
229 if (LookInModule && M->Directory) { in getCurrentModuleAPINotes()
304 Module *M, bool LookInModule, ArrayRef<std::string> SearchPaths) { in loadCurrentModuleAPINotes() argument
308 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); in loadCurrentModuleAPINotes()