Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h94 CMK_ModuleInterface, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp104 case LangOptions::CMK_ModuleInterface: in ActOnModuleDecl()
H A DSema.cpp943 (getLangOpts().getCompilingModule() == LangOptions::CMK_ModuleInterface || in ActOnStartOfTranslationUnit()
1131 LangOptions::CMK_ModuleInterface && in ActOnEndOfTranslationUnit()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp231 CI.getLangOpts().setCompilingModule(LangOptions::CMK_ModuleInterface); in BeginSourceFileAction()