Searched refs:hasUncompilableErrorOccurred (Results 1 – 18 of 18) sorted by relevance
54 EXPECT_FALSE(Diags.hasUncompilableErrorOccurred()); in TEST()75 EXPECT_TRUE(Diags.hasUncompilableErrorOccurred()); in TEST()95 EXPECT_FALSE(Diags.hasUncompilableErrorOccurred()); in TEST()
72 PP.getDiagnostics().hasUncompilableErrorOccurred(), in HandleTranslationUnit()
232 EXPECT_FALSE(Diags.hasUncompilableErrorOccurred()); in TEST()253 EXPECT_TRUE(Diags.hasUncompilableErrorOccurred()); in TEST()274 EXPECT_TRUE(Diags.hasUncompilableErrorOccurred()); in TEST()
93 if (Result.SourceManager->getDiagnostics().hasUncompilableErrorOccurred()) in check()
33 if (Result.Context->getDiagnostics().hasUncompilableErrorOccurred()) in check()
71 if (Result.Context->getDiagnostics().hasUncompilableErrorOccurred()) in check()
66 if (Result.Context->getDiagnostics().hasUncompilableErrorOccurred()) in check()
185 if (Context->getDiagnostics().hasUncompilableErrorOccurred()) in check()
268 Clang->getDiagnostics().hasUncompilableErrorOccurred(); in indexStandardLibrary()
339 Clang->getDiagnostics().hasUncompilableErrorOccurred(); in index()
1568 bool Sema::hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function in Sema1569 if (getDiagnostics().hasUncompilableErrorOccurred()) in hasUncompilableErrorOccurred()
2227 if (S.hasUncompilableErrorOccurred()) { in IssueWarnings()
239 SemaRef.hasUncompilableErrorOccurred()) { in InstantiatingTemplate()
15330 if (hasUncompilableErrorOccurred() || in ActOnFinishFunctionBody()15334 if (!hasUncompilableErrorOccurred() && !isa<FunctionTemplateDecl>(dcl)) { in ActOnFinishFunctionBody()15389 if (hasUncompilableErrorOccurred()) { in ActOnFinishFunctionBody()
6260 } else if (hasUncompilableErrorOccurred()) { in FindInstantiatedDecl()
842 bool hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function
2317 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize()
1868 bool hasUncompilableErrorOccurred() const;