Searched refs:checkModuleIsAvailable (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 513 if (Preprocessor::checkModuleIsAvailable(CI.getLangOpts(), CI.getTarget(), *M, in prepareToBuildModule()
|
H A D | CompilerInstance.cpp | 2181 if (Preprocessor::checkModuleIsAvailable(getLangOpts(), getTarget(), in loadModule()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1976 bool Preprocessor::checkModuleIsAvailable(const LangOptions &LangOpts, in checkModuleIsAvailable() function in Preprocessor 2364 if (checkModuleIsAvailable(getLangOpts(), getTargetInfo(), *ModuleToImport, in HandleHeaderIncludeOrImport()
|
H A D | Pragma.cpp | 1772 if (Preprocessor::checkModuleIsAvailable( in HandlePragma()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2768 static bool checkModuleIsAvailable(const LangOptions &LangOpts,
|