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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h817 bool hadModuleLoaderFatalFailure() const { function in class:clang::CompilerInstance
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp199 if (m_compiler_instance->hadModuleLoaderFatalFailure()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h931 bool hadModuleLoaderFatalFailure() const { function in class:clang::Preprocessor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1461 HadModuleLoaderFatalFailure = CI.hadModuleLoaderFatalFailure();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2369 if (PP.hadModuleLoaderFatalFailure()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3946 if (PP->hadModuleLoaderFatalFailure()) {
H A DPPDirectives.cpp2020 if (hadModuleLoaderFatalFailure()) {

Completed in 216 milliseconds