Searched refs:hasUncompilableErrorOccurred (Results 1 – 7 of 7) sorted by relevance
1670 bool Sema::hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function in Sema1671 if (getDiagnostics().hasUncompilableErrorOccurred()) in hasUncompilableErrorOccurred()
2515 if (S.hasUncompilableErrorOccurred() || Diags.getIgnoreAllWarnings()) in IssueWarnings()2578 if (S.hasUncompilableErrorOccurred()) { in IssueWarnings()
591 SemaRef.hasUncompilableErrorOccurred()) { in InstantiatingTemplate()
16147 if (hasUncompilableErrorOccurred() || in ActOnFinishFunctionBody()16152 if (!hasUncompilableErrorOccurred() && !isa<FunctionTemplateDecl>(dcl)) { in ActOnFinishFunctionBody()16209 if (hasUncompilableErrorOccurred()) { in ActOnFinishFunctionBody()
6341 } else if (hasUncompilableErrorOccurred()) { in FindInstantiatedDecl()
4869 SemaRef.PP.getDiagnostics().hasUncompilableErrorOccurred(); in WriteAST()
660 bool hasUncompilableErrorOccurred() const;