Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DLangOptions.cpp36 ImplementationOfModule.clear(); in resetNonModularOptions()
/external/clang/include/clang/Basic/
DLangOptions.h94 std::string ImplementationOfModule; variable
/external/clang/lib/Frontend/
DCompilerInstance.cpp1386 ModuleName != getLangOpts().ImplementationOfModule) in loadModule()
1401 ModuleName == getLangOpts().ImplementationOfModule) { in loadModule()
1591 if (ModuleName == getLangOpts().ImplementationOfModule) in loadModule()
DCompilerInvocation.cpp1570 Opts.ImplementationOfModule = in ParseLangArgs()
1577 if (!Opts.CurrentModule.empty() && !Opts.ImplementationOfModule.empty() && in ParseLangArgs()
1578 Opts.CurrentModule != Opts.ImplementationOfModule) { in ParseLangArgs()
1580 << Opts.CurrentModule << Opts.ImplementationOfModule; in ParseLangArgs()
/external/clang/lib/Lex/
DPPDirectives.cpp1631 getLangOpts().ImplementationOfModule) { in HandleIncludeDirective()
/external/clang/lib/Sema/
DSemaDecl.cpp14021 else if (Mod->getTopLevelModuleName() == getLangOpts().ImplementationOfModule) in ActOnModuleImport()
14023 << Mod->getFullModuleName() << getLangOpts().ImplementationOfModule; in ActOnModuleImport()