Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h804 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h946 bool hadModuleLoaderFatalFailure() const { in hadModuleLoaderFatalFailure() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp2421 if (PP.hadModuleLoaderFatalFailure()) { in ParseModuleImport()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp2035 if (hadModuleLoaderFatalFailure()) { in HandleHeaderIncludeOrImport()
H A DLexer.cpp3977 if (PP->hadModuleLoaderFatalFailure()) { in LexTokenInternal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1451 HadModuleLoaderFatalFailure = CI.hadModuleLoaderFatalFailure(); in transferASTDataFromCompilerInstance()