Searched refs:IDExpr (Results 1 – 1 of 1) sorted by relevance
9138 Expr *IDExpr = E; in getDecltypeForExpr() local9140 IDExpr = ImplCastExpr->getSubExpr(); in getDecltypeForExpr()9152 if (const auto *SNTTPE = dyn_cast<SubstNonTypeTemplateParmExpr>(IDExpr)) in getDecltypeForExpr()9161 if (const auto *DRE = dyn_cast<DeclRefExpr>(IDExpr)) { in getDecltypeForExpr()9166 if (const auto *ME = dyn_cast<MemberExpr>(IDExpr)) { in getDecltypeForExpr()9170 } else if (const auto *IR = dyn_cast<ObjCIvarRefExpr>(IDExpr)) { in getDecltypeForExpr()9172 } else if (const auto *PR = dyn_cast<ObjCPropertyRefExpr>(IDExpr)) { in getDecltypeForExpr()9175 } else if (const auto *PE = dyn_cast<PredefinedExpr>(IDExpr)) { in getDecltypeForExpr()9186 if (getCurLambda() && isa<ParenExpr>(IDExpr)) { in getDecltypeForExpr()9187 if (auto *DRE = dyn_cast<DeclRefExpr>(IDExpr->IgnoreParens())) { in getDecltypeForExpr()