Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h802 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp227 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h947 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2424 if (PP.hadModuleLoaderFatalFailure()) { in ParseModuleImport()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2106 if (hadModuleLoaderFatalFailure()) { in HandleHeaderIncludeOrImport()
H A DLexer.cpp4011 if (PP->hadModuleLoaderFatalFailure()) { in LexTokenInternal()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1452 HadModuleLoaderFatalFailure = CI.hadModuleLoaderFatalFailure(); in transferASTDataFromCompilerInstance()