Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp501 if (Preprocessor::checkModuleIsAvailable(CI.getLangOpts(), CI.getTarget(), in prepareToBuildModule()
H A DCompilerInstance.cpp2098 if (Preprocessor::checkModuleIsAvailable(getLangOpts(), getTarget(), in loadModule()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp1885 bool Preprocessor::checkModuleIsAvailable(const LangOptions &LangOpts, in checkModuleIsAvailable() function in Preprocessor
2250 if (checkModuleIsAvailable(getLangOpts(), getTargetInfo(), getDiagnostics(), in HandleHeaderIncludeOrImport()
H A DPragma.cpp1716 if (Preprocessor::checkModuleIsAvailable( in HandlePragma()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2525 static bool checkModuleIsAvailable(const LangOptions &LangOpts,