Searched refs:hasUncompilableErrorOccurred (Results 1 – 21 of 21) sorted by relevance
45 EXPECT_FALSE(Diags.hasUncompilableErrorOccurred()); in TEST()68 EXPECT_TRUE(Diags.hasUncompilableErrorOccurred()); in TEST()
45 EXPECT_FALSE(Diags.hasUncompilableErrorOccurred()); in TEST()66 EXPECT_TRUE(Diags.hasUncompilableErrorOccurred()); in TEST()
57 PP.getDiagnostics().hasUncompilableErrorOccurred()); in HandleTranslationUnit()
71 PP.getDiagnostics().hasUncompilableErrorOccurred(), in HandleTranslationUnit()
33 if (Result.Context->getDiagnostics().hasUncompilableErrorOccurred()) in check()
71 if (Result.Context->getDiagnostics().hasUncompilableErrorOccurred()) in check()
82 if (Result.Context->getDiagnostics().hasUncompilableErrorOccurred()) in check()
179 if (Context->getDiagnostics().hasUncompilableErrorOccurred()) in check()
338 Clang->getDiagnostics().hasUncompilableErrorOccurred(); in index()
584 bool hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function
799 bool hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function
1453 bool Sema::hasUncompilableErrorOccurred() const { in hasUncompilableErrorOccurred() function in Sema1454 if (getDiagnostics().hasUncompilableErrorOccurred()) in hasUncompilableErrorOccurred()
2099 if (S.hasUncompilableErrorOccurred()) { in IssueWarnings()
245 SemaRef.hasUncompilableErrorOccurred()) { in InstantiatingTemplate()
14581 if (hasUncompilableErrorOccurred() || in ActOnFinishFunctionBody()14585 if (!hasUncompilableErrorOccurred() && in ActOnFinishFunctionBody()14637 if (hasUncompilableErrorOccurred()) { in ActOnFinishFunctionBody()
6029 } else if (hasUncompilableErrorOccurred()) { in FindInstantiatedDecl()
1900 if (Diags.hasUncompilableErrorOccurred()) { in IssueWarnings()
11668 if (!getDiagnostics().hasUncompilableErrorOccurred() && in ActOnFinishFunctionBody()
2513 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize()
2341 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize()
1649 bool hasUncompilableErrorOccurred() const;