Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.h88 CMK_ModuleInterface, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaModule.cpp104 case LangOptions::CMK_ModuleInterface: in ActOnModuleDecl()
HDSema.cpp895 (getLangOpts().getCompilingModule() == LangOptions::CMK_ModuleInterface || in ActOnStartOfTranslationUnit()
1080 LangOptions::CMK_ModuleInterface && in ActOnEndOfTranslationUnit()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp230 CI.getLangOpts().setCompilingModule(LangOptions::CMK_ModuleInterface); in BeginSourceFileAction()