Home
last modified time | relevance | path

Searched refs:ImplementationOfModule (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp36 ImplementationOfModule.clear(); in resetNonModularOptions()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h93 std::string ImplementationOfModule; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1344 ModuleName != getLangOpts().ImplementationOfModule) in loadModule()
1359 ModuleName == getLangOpts().ImplementationOfModule) { in loadModule()
1543 if (ModuleName == getLangOpts().ImplementationOfModule) in loadModule()
H A DCompilerInvocation.cpp1564 Opts.ImplementationOfModule = in ParseLangArgs()
1569 if (!Opts.CurrentModule.empty() && !Opts.ImplementationOfModule.empty() && in ParseLangArgs()
1570 Opts.CurrentModule != Opts.ImplementationOfModule) { in ParseLangArgs()
1572 << Opts.CurrentModule << Opts.ImplementationOfModule; in ParseLangArgs()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1631 getLangOpts().ImplementationOfModule) { in HandleIncludeDirective()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp13815 else if (Mod->getTopLevelModuleName() == getLangOpts().ImplementationOfModule) in ActOnModuleImport()
13817 << Mod->getFullModuleName() << getLangOpts().ImplementationOfModule; in ActOnModuleImport()