Home | History | Annotate | Download | only in AST

Lines Matching refs:GenericSelectionExpr

1478     return cast<GenericSelectionExpr>(this)->getResultExpr()->
2028 if (cast<GenericSelectionExpr>(this)->isResultDependent())
2030 return cast<GenericSelectionExpr>(this)->getResultExpr()->CanThrow(C);
2058 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2087 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2127 } else if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2163 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2229 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2446 if (cast<GenericSelectionExpr>(this)->isResultDependent())
2448 return cast<GenericSelectionExpr>(this)->getResultExpr()
2538 } else if (const GenericSelectionExpr *GE =
2539 dyn_cast<GenericSelectionExpr>(this)) {
2995 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context,
3019 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context,