Home
last modified time | relevance | path

Searched refs:getCurrentNamedModule (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp908 if (CXX20ModuleInits && getContext().getCurrentNamedModule() && in EmitCXXGlobalInitFunc()
909 !getContext().getCurrentNamedModule()->isModuleImplementation()) { in EmitCXXGlobalInitFunc()
913 .mangleModuleInitializer(getContext().getCurrentNamedModule(), Out); in EmitCXXGlobalInitFunc()
H A DCodeGenModule.cpp804 Module *Primary = getContext().getCurrentNamedModule(); in Release()
3993 getContext().getCurrentNamedModule() != M->getTopLevelModule() && in shouldEmitFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1102 return M != getASTContext().getCurrentNamedModule(); in isInAnotherModuleUnit()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1063 Module *getCurrentNamedModule() const { return CurrentCXXNamedModule; } in getCurrentNamedModule() function