Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h134 bool loadCurrentModuleAPINotes(Module *M, bool LookInModule,
148 getCurrentModuleAPINotes(Module *M, bool LookInModule,
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp220 APINotesManager::getCurrentModuleAPINotes(Module *M, bool LookInModule, in getCurrentModuleAPINotes() argument
227 if (LookInModule) { in getCurrentModuleAPINotes()
298 Module *M, bool LookInModule, ArrayRef<std::string> SearchPaths) { in loadCurrentModuleAPINotes() argument
302 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); in loadCurrentModuleAPINotes()