Home
last modified time | relevance | path

Searched refs:isForBuilding (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDModule.h525 bool isForBuilding(const LangOptions &LangOpts) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDModule.cpp160 bool Module::isForBuilding(const LangOptions &LangOpts) const { in isForBuilding() function in Module
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaModule.cpp659 if (Mod->isForBuilding(getLangOpts())) { in ActOnModuleImport()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.cpp2338 !ModuleToImport->isForBuilding(getLangOpts()); in HandleHeaderIncludeOrImport()
2672 ModuleToImport->isForBuilding(getLangOpts())) in HandleHeaderIncludeOrImport()
HDModuleMap.cpp1296 bool isCompilingModuleHeader = Mod->isForBuilding(LangOpts); in addHeader()