Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1617 bool Preprocessor::checkModuleIsAvailable(const LangOptions &LangOpts, in checkModuleIsAvailable() function in Preprocessor
1885 if (checkModuleIsAvailable(getLangOpts(), getTargetInfo(), getDiagnostics(), in HandleIncludeDirective()
H A DPragma.cpp1555 if (Preprocessor::checkModuleIsAvailable( in HandlePragma()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp471 if (Preprocessor::checkModuleIsAvailable(CI.getLangOpts(), CI.getTarget(), in prepareToBuildModule()
H A DCompilerInstance.cpp1947 if (Preprocessor::checkModuleIsAvailable(getLangOpts(), getTarget(), in loadModule()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h2111 static bool checkModuleIsAvailable(const LangOptions &LangOpts,