Home
last modified time | relevance | path

Searched refs:hadModuleLoaderFatalFailure (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h803 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp228 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1093 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp2486 if (PP.hadModuleLoaderFatalFailure()) { in ParseModuleImport()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp2294 if (hadModuleLoaderFatalFailure()) { in HandleHeaderIncludeOrImport()
H A DLexer.cpp4296 if (PP->hadModuleLoaderFatalFailure()) { in LexTokenInternal()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1449 HadModuleLoaderFatalFailure = CI.hadModuleLoaderFatalFailure(); in transferASTDataFromCompilerInstance()