Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h85 CMK_ModuleInterface, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp839 (getLangOpts().getCompilingModule() == LangOptions::CMK_ModuleInterface || in ActOnStartOfTranslationUnit()
989 LangOptions::CMK_ModuleInterface && in ActOnEndOfTranslationUnit()
H A DSemaDecl.cpp16960 case LangOptions::CMK_ModuleInterface: in ActOnModuleDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp228 CI.getLangOpts().setCompilingModule(LangOptions::CMK_ModuleInterface); in BeginSourceFileAction()