Searched refs:hasUncompilableErrorOccurred (Results 1 – 8 of 8) sorted by relevance
847 bool hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function
1629 bool Sema::hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function in Sema1630 if (getDiagnostics().hasUncompilableErrorOccurred()) in hasUncompilableErrorOccurred()
2479 if (S.hasUncompilableErrorOccurred() || Diags.getIgnoreAllWarnings()) in IssueWarnings()2538 if (S.hasUncompilableErrorOccurred()) { in IssueWarnings()
464 SemaRef.hasUncompilableErrorOccurred()) { in InstantiatingTemplate()
16352 if (hasUncompilableErrorOccurred() || in ActOnFinishFunctionBody()16357 if (!hasUncompilableErrorOccurred() && !isa<FunctionTemplateDecl>(dcl)) { in ActOnFinishFunctionBody()16414 if (hasUncompilableErrorOccurred()) { in ActOnFinishFunctionBody()
6374 } else if (hasUncompilableErrorOccurred()) { in FindInstantiatedDecl()
4632 SemaRef.PP.getDiagnostics().hasUncompilableErrorOccurred(); in WriteAST()
1943 bool hasUncompilableErrorOccurred() const;