Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp507 if (Preprocessor::checkModuleIsAvailable(CI.getLangOpts(), CI.getTarget(), in prepareToBuildModule()
H A DCompilerInstance.cpp2105 if (Preprocessor::checkModuleIsAvailable(getLangOpts(), getTarget(), in loadModule()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp1872 bool Preprocessor::checkModuleIsAvailable(const LangOptions &LangOpts, in checkModuleIsAvailable() function in Preprocessor
2238 if (checkModuleIsAvailable(getLangOpts(), getTargetInfo(), getDiagnostics(), in HandleHeaderIncludeOrImport()
H A DPragma.cpp1734 if (Preprocessor::checkModuleIsAvailable( in HandlePragma()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2698 static bool checkModuleIsAvailable(const LangOptions &LangOpts,