Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp116 Module *M = Ctx.getCurrentNamedModule(); in getEmittingModule()
H A DASTReader.cpp8591 if (ContextObj && ContextObj->getCurrentNamedModule()) in FindExternalVisibleDeclsByName()
8592 FindModuleLocalLookup(ContextObj->getCurrentNamedModule()); in FindExternalVisibleDeclsByName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp946 if (CXX20ModuleInits && getContext().getCurrentNamedModule() && in EmitCXXGlobalInitFunc()
947 !getContext().getCurrentNamedModule()->isModuleImplementation()) { in EmitCXXGlobalInitFunc()
951 .mangleModuleInitializer(getContext().getCurrentNamedModule(), Out); in EmitCXXGlobalInitFunc()
H A DCodeGenModule.cpp955 Module *Primary = getContext().getCurrentNamedModule(); in Release()
4297 getContext().getCurrentNamedModule() != M->getTopLevelModule()) { in shouldEmitFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1161 return M != getASTContext().getCurrentNamedModule(); in isInAnotherModuleUnit()
1170 return M == getASTContext().getCurrentNamedModule(); in isInCurrentModuleUnit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1185 Module *getCurrentNamedModule() const { return CurrentCXXNamedModule; } in getCurrentNamedModule() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1341 !getASTContext().getCurrentNamedModule()) { in ActOnEndOfTranslationUnit()