Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h524 bool isForBuilding(const LangOptions &LangOpts) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp160 bool Module::isForBuilding(const LangOptions &LangOpts) const { in isForBuilding() function in Module
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp565 if (Mod->isForBuilding(getLangOpts())) { in ActOnModuleImport()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2259 Action == Enter && File && SM && !SM->isForBuilding(getLangOpts()); in HandleHeaderIncludeOrImport()
2594 if (getLangOpts().CompilingPCH && SM->isForBuilding(getLangOpts())) in HandleHeaderIncludeOrImport()
H A DModuleMap.cpp1297 bool isCompilingModuleHeader = Mod->isForBuilding(LangOpts); in addHeader()