Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h758 Module *getGlobalModuleFragment() const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp380 Module *Module::getGlobalModuleFragment() const { in getGlobalModuleFragment() function in Module
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3080 if (auto GMF = Primary->getGlobalModuleFragment()) { in EmitModuleInitializers()