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

References

tools/clang/include/clang/AST/EvaluatedExprVisitor.h
   59     return this->Visit(E->getChosenSubExpr());
tools/clang/lib/AST/Expr.cpp
 2410     return cast<ChooseExpr>(this)->getChosenSubExpr()->
 2899       return CE->getChosenSubExpr();
 3255     return cast<ChooseExpr>(this)->getChosenSubExpr()
 3508     return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects(
 3740     return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC);
tools/clang/lib/AST/ExprClassification.cpp
  316     return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr());
tools/clang/lib/AST/ExprConstant.cpp
 6710     { return StmtVisitorTy::Visit(E->getChosenSubExpr()); }
14206     return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx);
tools/clang/lib/CodeGen/CGExpr.cpp
 1356     return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr());
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1243   Visit(CE->getChosenSubExpr());
tools/clang/lib/CodeGen/CGExprComplex.cpp
 1057   return Visit(E->getChosenSubExpr());
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1021     return Visit(CE->getChosenSubExpr(), T);
tools/clang/lib/CodeGen/CGExprScalar.cpp
 4289   return Visit(E->getChosenSubExpr());
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1251     return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr());
tools/clang/lib/Sema/SemaInit.cpp
  159       E = CE->getChosenSubExpr();
  181       E = CE->getChosenSubExpr();