Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp51 if (PP.getLangOpts().isCompilingModule()) { in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h559 bool isCompilingModule() const { in isCompilingModule() function
570 return !isCompilingModule() && !ModuleName.empty(); in isCompilingModuleImplementation()
575 return isCompilingModule() || ModulesLocalVisibility; in trackLocalOwningModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp566 Diag(ImportLoc, getLangOpts().isCompilingModule() in ActOnModuleImport()
659 if (getLangOpts().isCompilingModule()) { in BuildModuleInclude()
H A DSemaDeclObjC.cpp3338 if (getLangOpts().isCompilingModule()) in addMethodToGlobalList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp774 return getLangOpts().isCompilingModule(); in needModuleMacros()
H A DPreprocessor.cpp524 if (!getLangOpts().isCompilingModule()) in getCurrentModule()
H A DPPMacroExpansion.cpp1847 return getLangOpts().isCompilingModule() && II && in ExpandBuiltinMacro()
H A DModuleMap.cpp568 LangOpts.isCompilingModule()) { in diagnoseHeaderInclusion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp167 if (!LangOpts.isCompilingModule() && getTopLevelModule()->IsFramework && in isForBuilding()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp885 if (M && AST->getLangOpts().isCompilingModule() && M->isNamedModule()) in LoadFromASTFile()
2676 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3086 !getLangOpts().isCompilingModule()) in EmitModuleLinkOptions()