Home | History | Annotate | Download | only in AST

Lines Matching refs:GenericSelectionExpr

1677     return cast<GenericSelectionExpr>(this)->getResultExpr()->
2012 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2041 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2081 } else if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2117 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2183 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2397 if (cast<GenericSelectionExpr>(this)->isResultDependent())
2399 return cast<GenericSelectionExpr>(this)->getResultExpr()
2545 } else if (const GenericSelectionExpr *GE =
2546 dyn_cast<GenericSelectionExpr>(this)) {
3040 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context,
3064 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context,