Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h136 class ModuleConstructorTag {
137 explicit ModuleConstructorTag() = default;
556 Module(ModuleConstructorTag, StringRef Name, SourceLocation DefinitionLoc,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp826 Module(ModuleConstructorTag{}, Name, SourceLocation(), Parent, false, in findOrInferSubmodule()
872 Module(ModuleConstructorTag{}, Name, SourceLocation(), Parent, in createModule()
886 ModuleConstructorTag{}, "<global>", Loc, Parent, /*IsFramework=*/false, in createGlobalModuleFragmentForModuleUnit()
905 Module(ModuleConstructorTag{}, "<implicit global>", Loc, Parent, in createImplicitGlobalModuleFragmentForModuleUnit()
915 ModuleConstructorTag{}, "<private>", Loc, Parent, /*IsFramework=*/false, in createPrivateModuleFragmentForInterfaceUnit()
924 Module(ModuleConstructorTag{}, Name, Loc, nullptr, /*IsFramework=*/false, in createModuleUnitWithKind()
983 Module(ModuleConstructorTag{}, Name, Loc, nullptr, /*IsFramework=*/false, in createHeaderUnit()
1100 Module(ModuleConstructorTag{}, ModuleName, SourceLocation(), Parent, in inferFrameworkModule()
1190 Module(ModuleConstructorTag{}, Name, SourceLocation(), /*Parent=*/nullptr, in createShadowedModule()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp36 Module::Module(ModuleConstructorTag, StringRef Name, in Module() argument