Home
last modified time | relevance | path

Searched refs:IDExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9684 Expr *IDExpr = E; in getDecltypeForExpr() local
9686 IDExpr = ImplCastExpr->getSubExpr(); in getDecltypeForExpr()
9690 IDExpr = PackExpr->getPackIdExpression(); in getDecltypeForExpr()
9692 IDExpr = PackExpr->getSelectedExpr(); in getDecltypeForExpr()
9708 if (const auto *SNTTPE = dyn_cast<SubstNonTypeTemplateParmExpr>(IDExpr)) in getDecltypeForExpr()
9717 if (const auto *DRE = dyn_cast<DeclRefExpr>(IDExpr)) { in getDecltypeForExpr()
9722 if (const auto *ME = dyn_cast<MemberExpr>(IDExpr)) { in getDecltypeForExpr()
9726 } else if (const auto *IR = dyn_cast<ObjCIvarRefExpr>(IDExpr)) { in getDecltypeForExpr()
9728 } else if (const auto *PR = dyn_cast<ObjCPropertyRefExpr>(IDExpr)) { in getDecltypeForExpr()
9731 } else if (const auto *PE = dyn_cast<PredefinedExpr>(IDExpr)) { in getDecltypeForExpr()
[all …]