Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp51 if (PP.getLangOpts().isCompilingModule()) { in HandleTranslationUnit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h392 bool isCompilingModule() const { in isCompilingModule() function
398 return isCompilingModule() || ModulesLocalVisibility; in trackLocalOwningModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp357 (getLangOpts().isCompilingModule() || !getLangOpts().ModulesTS)) { in ActOnModuleImport()
358 Diag(ImportLoc, getLangOpts().isCompilingModule() in ActOnModuleImport()
H A DSemaDeclObjC.cpp3325 if (getLangOpts().isCompilingModule()) in addMethodToGlobalList()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp761 return getLangOpts().isCompilingModule(); in needModuleMacros()
H A DPreprocessor.cpp518 if (!getLangOpts().isCompilingModule()) in getCurrentModule()
H A DModuleMap.cpp539 LangOpts.isCompilingModule()) { in diagnoseHeaderInclusion()
1229 LangOpts.isCompilingModule() && Mod->getTopLevelModule() == SourceModule; in addHeader()
H A DPPMacroExpansion.cpp1778 return getLangOpts().isCompilingModule() && II && in ExpandBuiltinMacro()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2639 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2341 !getLangOpts().isCompilingModule()) in EmitModuleLinkOptions()