Searched defs:GenericSelectionExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp1982 return cast<GenericSelectionExpr>(this)->getResultExpr()->
2366 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2772 return cast<GenericSelectionExpr>(this)->getResultExpr()
2938 return cast<GenericSelectionExpr>(this)->getResultExpr()->
3136 } else if (const GenericSelectionExpr *GE =
3137 dyn_cast<GenericSelectionExpr>(this)) {
3666 GenericSelectionExpr::GenericSelectionExpr(const ASTContext &Context, function in class:GenericSelectionExpr
3692 GenericSelectionExpr function in class:GenericSelectionExpr
[all...]

Completed in 86 milliseconds