Searched refs:IDExpr (Results 1 – 1 of 1) sorted by relevance
9234 Expr *IDExpr = E; in getDecltypeForExpr() local9236 IDExpr = ImplCastExpr->getSubExpr(); in getDecltypeForExpr()9248 if (const auto *SNTTPE = dyn_cast<SubstNonTypeTemplateParmExpr>(IDExpr)) in getDecltypeForExpr()9257 if (const auto *DRE = dyn_cast<DeclRefExpr>(IDExpr)) { in getDecltypeForExpr()9262 if (const auto *ME = dyn_cast<MemberExpr>(IDExpr)) { in getDecltypeForExpr()9266 } else if (const auto *IR = dyn_cast<ObjCIvarRefExpr>(IDExpr)) { in getDecltypeForExpr()9268 } else if (const auto *PR = dyn_cast<ObjCPropertyRefExpr>(IDExpr)) { in getDecltypeForExpr()9271 } else if (const auto *PE = dyn_cast<PredefinedExpr>(IDExpr)) { in getDecltypeForExpr()9282 if (getCurLambda() && isa<ParenExpr>(IDExpr)) { in getDecltypeForExpr()9283 if (auto *DRE = dyn_cast<DeclRefExpr>(IDExpr->IgnoreParens())) { in getDecltypeForExpr()