Home
last modified time | relevance | path

Searched refs:CMK_ModuleInterface (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h119 CMK_ModuleInterface, enumerator
565 return getCompilingModule() == CMK_ModuleInterface; in isCompilingModuleInterface()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp208 case LangOptions::CMK_ModuleInterface: in ActOnModuleDecl()
H A DSema.cpp1222 LangOptions::CMK_ModuleInterface && in ActOnEndOfTranslationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp256 CI.getLangOpts().setCompilingModule(LangOptions::CMK_ModuleInterface); in BeginSourceFileAction()