Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h606 bool isCompilingModule() const { in isCompilingModule() function
612 return !isCompilingModule() && !ModuleName.empty(); in isCompilingModuleImplementation()
617 return isCompilingModule() || ModulesLocalVisibility; in trackLocalOwningModule()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp47 if (PP.getLangOpts().isCompilingModule()) { in getEmittingModule()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp660 Diag(ImportLoc, getLangOpts().isCompilingModule() in ActOnModuleImport()
753 if (getLangOpts().isCompilingModule()) { in BuildModuleInclude()
H A DSemaDeclObjC.cpp3341 if (getLangOpts().isCompilingModule()) in addMethodToGlobalList()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp773 return getLangOpts().isCompilingModule(); in needModuleMacros()
H A DPreprocessor.cpp528 if (!getLangOpts().isCompilingModule()) in getCurrentModule()
H A DPPMacroExpansion.cpp1985 return getLangOpts().isCompilingModule() && II && in ExpandBuiltinMacro()
H A DModuleMap.cpp568 LangOpts.isCompilingModule()) { in diagnoseHeaderInclusion()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp167 if (!LangOpts.isCompilingModule() && getTopLevelModule()->IsFramework && in isForBuilding()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp897 if (M && AST->getLangOpts().isCompilingModule() && M->isNamedModule()) in LoadFromASTFile()
2687 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3120 !getLangOpts().isCompilingModule()) in EmitModuleLinkOptions()