Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h525 bool isForBuilding(const LangOptions &LangOpts) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp160 bool Module::isForBuilding(const LangOptions &LangOpts) const { in isForBuilding() function in Module
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp659 if (Mod->isForBuilding(getLangOpts())) { in ActOnModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2338 !ModuleToImport->isForBuilding(getLangOpts()); in HandleHeaderIncludeOrImport()
2672 ModuleToImport->isForBuilding(getLangOpts())) in HandleHeaderIncludeOrImport()
H A DModuleMap.cpp1296 bool isCompilingModuleHeader = Mod->isForBuilding(LangOpts); in addHeader()