Searched refs:isForBuilding (Results 1 – 5 of 5) sorted by relevance
524 bool isForBuilding(const LangOptions &LangOpts) const;
160 bool Module::isForBuilding(const LangOptions &LangOpts) const { in isForBuilding() function in Module
565 if (Mod->isForBuilding(getLangOpts())) { in ActOnModuleImport()
2259 Action == Enter && File && SM && !SM->isForBuilding(getLangOpts()); in HandleHeaderIncludeOrImport()2594 if (getLangOpts().CompilingPCH && SM->isForBuilding(getLangOpts())) in HandleHeaderIncludeOrImport()
1297 bool isCompilingModuleHeader = Mod->isForBuilding(LangOpts); in addHeader()