Home
last modified time | relevance | path

Searched refs:isCompilingModule (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DGeneratePCH.cpp51 if (PP.getLangOpts().isCompilingModule()) { in HandleTranslationUnit()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h514 bool isCompilingModule() const { in isCompilingModule() function
525 return !isCompilingModule() && !ModuleName.empty(); in isCompilingModuleImplementation()
530 return isCompilingModule() || ModulesLocalVisibility; in trackLocalOwningModule()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp554 (getLangOpts().isCompilingModule() || !getLangOpts().ModulesTS)) { in ActOnModuleImport()
555 Diag(ImportLoc, getLangOpts().isCompilingModule() in ActOnModuleImport()
660 if (getLangOpts().isCompilingModule()) { in BuildModuleInclude()
H A DSemaDeclObjC.cpp3339 if (getLangOpts().isCompilingModule()) in addMethodToGlobalList()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp759 return getLangOpts().isCompilingModule(); in needModuleMacros()
H A DPreprocessor.cpp521 if (!getLangOpts().isCompilingModule()) in getCurrentModule()
H A DModuleMap.cpp545 LangOpts.isCompilingModule()) { in diagnoseHeaderInclusion()
1249 LangOpts.isCompilingModule() && Mod->getTopLevelModule() == SourceModule; in addHeader()
H A DPPMacroExpansion.cpp1847 return getLangOpts().isCompilingModule() && II && in ExpandBuiltinMacro()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp2668 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2688 !getLangOpts().isCompilingModule()) in EmitModuleLinkOptions()