Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h880 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp276 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1239 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2607 if (PP.hadModuleLoaderFatalFailure()) { in ParseModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1499 HadModuleLoaderFatalFailure = CI.hadModuleLoaderFatalFailure(); in transferASTDataFromCompilerInstance()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2410 if (hadModuleLoaderFatalFailure()) { in HandleHeaderIncludeOrImport()
H A DLexer.cpp4490 if (PP->hadModuleLoaderFatalFailure()) in LexTokenInternal()