Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h803 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp191 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h840 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp2141 if (PP.hadModuleLoaderFatalFailure()) { in ParseModuleImport()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1930 if (hadModuleLoaderFatalFailure()) { in HandleIncludeDirective()
H A DLexer.cpp3934 if (PP->hadModuleLoaderFatalFailure()) { in LexTokenInternal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1436 HadModuleLoaderFatalFailure = CI.hadModuleLoaderFatalFailure(); in transferASTDataFromCompilerInstance()