Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h838 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp287 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1219 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2583 if (PP.hadModuleLoaderFatalFailure()) { in ParseModuleImport()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2333 if (hadModuleLoaderFatalFailure()) { in HandleHeaderIncludeOrImport()
H A DLexer.cpp4434 if (PP->hadModuleLoaderFatalFailure()) in LexTokenInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1486 HadModuleLoaderFatalFailure = CI.hadModuleLoaderFatalFailure(); in transferASTDataFromCompilerInstance()