Searched refs:WarnE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1962 bool Expr::isUnusedResultAWarning(const Expr *&WarnE, SourceLocation &Loc, argument
1974 WarnE = this;
1980 isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
1983 isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
1986 isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2011 return UO->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2013 WarnE = this;
2032 return BO->getRHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx);
2036 if (!BO->getLHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx) ||
2037 !BO->getRHS()->isUnusedResultAWarning(WarnE, Lo
[all...]

Completed in 105 milliseconds