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

References

tools/clang/include/clang/AST/EvaluatedExprVisitor.h
   70     return this->Visit(E->getResultExpr());
tools/clang/lib/AST/Expr.cpp
 2403     return cast<GenericSelectionExpr>(this)->getResultExpr()->
 3247     return cast<GenericSelectionExpr>(this)->getResultExpr()
 3504     return cast<GenericSelectionExpr>(this)->getResultExpr()->
 3736     return GE->getResultExpr()->isNullPointerConstant(Ctx, NPC);
tools/clang/lib/AST/ExprClassification.cpp
  294     return ClassifyInternal(Ctx,cast<GenericSelectionExpr>(E)->getResultExpr());
tools/clang/lib/AST/ExprConstant.cpp
 6712     { return StmtVisitorTy::Visit(E->getResultExpr()); }
13936     return CheckICE(cast<GenericSelectionExpr>(E)->getResultExpr(), Ctx);
tools/clang/lib/CodeGen/CGExpr.cpp
 1281     return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr());
 2243     setObjCGCLValueClass(Ctx, Exp->getResultExpr(), LV);
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1256     return canThrow(cast<GenericSelectionExpr>(E)->getResultExpr());