Home
last modified time | relevance | path

Searched refs:checkModuleIsAvailable (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp513 if (Preprocessor::checkModuleIsAvailable(CI.getLangOpts(), CI.getTarget(), *M, in prepareToBuildModule()
H A DCompilerInstance.cpp2181 if (Preprocessor::checkModuleIsAvailable(getLangOpts(), getTarget(), in loadModule()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1976 bool Preprocessor::checkModuleIsAvailable(const LangOptions &LangOpts, in checkModuleIsAvailable() function in Preprocessor
2364 if (checkModuleIsAvailable(getLangOpts(), getTargetInfo(), *ModuleToImport, in HandleHeaderIncludeOrImport()
H A DPragma.cpp1772 if (Preprocessor::checkModuleIsAvailable( in HandlePragma()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2768 static bool checkModuleIsAvailable(const LangOptions &LangOpts,