reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseExpr.cpp
 2135       Res = ExprError();
 2137       Res = Actions.ActOnVAArg(StartLoc, Expr.get(), Ty.get(), ConsumeParen());
 2194         Res = ParseExpression();
 2195         if (Res.isInvalid()) {
 2197           return Res;
 2199         Comps.back().U.E = Res.get();
 2206           Res = ExprError();
 2208           Res = ExprError();
 2211           Res = Actions.ActOnBuiltinOffsetOf(getCurScope(), StartLoc, TypeLoc,
 2250     Res = Actions.ActOnChooseExpr(StartLoc, Cond.get(), Expr1.get(),
 2279     Res = Actions.ActOnAsTypeExpr(Expr.get(), DestTy.get(), StartLoc,
 2308     Res = Actions.ActOnConvertVectorExpr(Expr.get(), DestTy.get(), StartLoc,
 2336     Res = Actions.ActOnSourceLocExpr(Kind, StartLoc, ConsumeParen());
 2341   if (Res.isInvalid())
 2346   return ParsePostfixExpressionSuffix(Res.get());