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

/external/clang/lib/AST/
H A DExpr.cpp1814 return cast<GenericSelectionExpr>(this)->getResultExpr()->
2169 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2198 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2238 } else if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2294 if (GenericSelectionExpr* P = dyn_cast<GenericSelectionExpr>(E)) {
2360 if (GenericSelectionExpr*
3427 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context, function in class:GenericSelectionExpr
3453 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context, function in class:GenericSelectionExpr
[all...]

Completed in 174 milliseconds