Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h117 CMK_ModuleInterface, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp183 case LangOptions::CMK_ModuleInterface: in ActOnModuleDecl()
H A DSema.cpp1027 LangOptions::CMK_ModuleInterface || in ActOnStartOfTranslationUnit()
1218 LangOptions::CMK_ModuleInterface && in ActOnEndOfTranslationUnit()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp257 CI.getLangOpts().setCompilingModule(LangOptions::CMK_ModuleInterface); in BeginSourceFileAction()