Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h118 CMK_ModuleInterface, enumerator
520 return getCompilingModule() == CMK_ModuleInterface; in isCompilingModuleInterface()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp214 case LangOptions::CMK_ModuleInterface: in ActOnModuleDecl()
H A DSema.cpp1029 LangOptions::CMK_ModuleInterface || in ActOnStartOfTranslationUnit()
1220 LangOptions::CMK_ModuleInterface && in ActOnEndOfTranslationUnit()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp258 CI.getLangOpts().setCompilingModule(LangOptions::CMK_ModuleInterface); in BeginSourceFileAction()