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

/external/clang/lib/AST/
H A DExpr.cpp1478 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*
2995 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context, function in class:GenericSelectionExpr
3019 GenericSelectionExpr::GenericSelectionExpr(ASTContext &Context, function in class:GenericSelectionExpr
[all...]

Completed in 73 milliseconds