Home
last modified time | relevance | path

Searched refs:DiagnosticExprs (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7108 SmallVector<const Expr *, 4> DiagnosticExprs; member in __anon94a797d21111::UncoveredArgHandler
7125 DiagnosticExprs.clear(); in setAllCovered()
7139 DiagnosticExprs.push_back(StrExpr); in Update()
7141 DiagnosticExprs.clear(); in Update()
7142 DiagnosticExprs.push_back(StrExpr); in Update()
7974 assert(hasUncoveredArg() && DiagnosticExprs.size() > 0 && in Diagnose()
7986 for (auto E : DiagnosticExprs) in Diagnose()
7990 S, IsFunctionCall, DiagnosticExprs[0], in Diagnose()
7992 DiagnosticExprs[0]->getSourceRange()); in Diagnose()