Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGeneratePCH.cpp51 if (PP.getLangOpts().isCompilingModule()) { in HandleTranslationUnit()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h375 bool isCompilingModule() const { in isCompilingModule() function
381 return isCompilingModule() || ModulesLocalVisibility; in trackLocalOwningModule()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp720 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.cpp1787 return getLangOpts().isCompilingModule() && II && in ExpandBuiltinMacro()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2638 return isMainFileAST() && getLangOpts().isCompilingModule(); in isModuleFile()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2311 !getLangOpts().isCompilingModule()) in EmitModuleLinkOptions()