Home
last modified time | relevance | path

Searched refs:hasUncompilableErrorOccurred (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DGeneratePCH.cpp71 PP.getDiagnostics().hasUncompilableErrorOccurred(), in HandleTranslationUnit()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnostic.h837 bool hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSema.cpp1540 bool Sema::hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function in Sema
1541 if (getDiagnostics().hasUncompilableErrorOccurred()) in hasUncompilableErrorOccurred()
DAnalysisBasedWarnings.cpp2237 if (S.hasUncompilableErrorOccurred()) { in IssueWarnings()
DSemaTemplateInstantiate.cpp245 SemaRef.hasUncompilableErrorOccurred()) { in InstantiatingTemplate()
DSemaDecl.cpp14768 if (hasUncompilableErrorOccurred() || in ActOnFinishFunctionBody()
14772 if (!hasUncompilableErrorOccurred() && in ActOnFinishFunctionBody()
14824 if (hasUncompilableErrorOccurred()) { in ActOnFinishFunctionBody()
DSemaTemplateInstantiateDecl.cpp6229 } else if (hasUncompilableErrorOccurred()) { in FindInstantiatedDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2315 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h1799 bool hasUncompilableErrorOccurred() const;