Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1738 bool Preprocessor::checkModuleIsAvailable(const LangOptions &LangOpts, in checkModuleIsAvailable() function in Preprocessor
2062 if (checkModuleIsAvailable(getLangOpts(), getTargetInfo(), getDiagnostics(), in HandleHeaderIncludeOrImport()
H A DPragma.cpp1746 if (Preprocessor::checkModuleIsAvailable( in HandlePragma()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp484 if (Preprocessor::checkModuleIsAvailable(CI.getLangOpts(), CI.getTarget(), in prepareToBuildModule()
H A DCompilerInstance.cpp2010 if (Preprocessor::checkModuleIsAvailable(getLangOpts(), getTarget(), in loadModule()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2292 static bool checkModuleIsAvailable(const LangOptions &LangOpts,