Searched refs:DiagnosticExprs (Results 1 – 1 of 1) sorted by relevance
3740 SmallVector<const Expr *, 4> DiagnosticExprs; member in __anon817ecb130311::UncoveredArgHandler3757 DiagnosticExprs.clear(); in setAllCovered()3771 DiagnosticExprs.push_back(StrExpr); in Update()3773 DiagnosticExprs.clear(); in Update()3774 DiagnosticExprs.push_back(StrExpr); in Update()4406 assert(hasUncoveredArg() && DiagnosticExprs.size() > 0 && in Diagnose()4418 for (auto E : DiagnosticExprs) in Diagnose()4422 S, IsFunctionCall, DiagnosticExprs[0], in Diagnose()4424 DiagnosticExprs[0]->getSourceRange()); in Diagnose()