Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h94 CMK_ModuleInterface, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp104 case LangOptions::CMK_ModuleInterface: in ActOnModuleDecl()
H A DSema.cpp1001 (getLangOpts().getCompilingModule() == LangOptions::CMK_ModuleInterface || in ActOnStartOfTranslationUnit()
1189 LangOptions::CMK_ModuleInterface && in ActOnEndOfTranslationUnit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp253 CI.getLangOpts().setCompilingModule(LangOptions::CMK_ModuleInterface); in BeginSourceFileAction()