Home
last modified time | relevance | path

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

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