Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DGeneratePCH.cpp51 if (PP.getLangOpts().isCompilingModule()) { in HandleTranslationUnit()
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h327 bool isCompilingModule() const { in isCompilingModule() function
333 return isCompilingModule() || ModulesLocalVisibility; in trackLocalOwningModule()
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp357 (getLangOpts().isCompilingModule() || !getLangOpts().ModulesTS)) { in ActOnModuleImport()
358 Diag(ImportLoc, getLangOpts().isCompilingModule() in ActOnModuleImport()
DSemaDeclObjC.cpp3325 if (getLangOpts().isCompilingModule()) in addMethodToGlobalList()
/external/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp720 return getLangOpts().isCompilingModule(); in needModuleMacros()
DPreprocessor.cpp522 if (!getLangOpts().isCompilingModule()) in getCurrentModule()
DModuleMap.cpp538 LangOpts.isCompilingModule()) { in diagnoseHeaderInclusion()
1220 LangOpts.isCompilingModule() && Mod->getTopLevelModule() == SourceModule; in addHeader()
DPPMacroExpansion.cpp1779 return getLangOpts().isCompilingModule() && II && in ExpandBuiltinMacro()
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2665 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp2208 !getLangOpts().isCompilingModule()) in EmitModuleLinkOptions()