Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp106 Module *M = Ctx.getCurrentNamedModule(); in getEmittingModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp923 if (CXX20ModuleInits && getContext().getCurrentNamedModule() && in EmitCXXGlobalInitFunc()
924 !getContext().getCurrentNamedModule()->isModuleImplementation()) { in EmitCXXGlobalInitFunc()
928 .mangleModuleInitializer(getContext().getCurrentNamedModule(), Out); in EmitCXXGlobalInitFunc()
H A DCodeGenModule.cpp846 Module *Primary = getContext().getCurrentNamedModule(); in Release()
4035 getContext().getCurrentNamedModule() != M->getTopLevelModule()) { in shouldEmitFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1140 return M != getASTContext().getCurrentNamedModule(); in isInAnotherModuleUnit()
1149 return M == getASTContext().getCurrentNamedModule(); in isInCurrentModuleUnit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1092 Module *getCurrentNamedModule() const { return CurrentCXXNamedModule; } in getCurrentNamedModule() function