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.cpp9399 Expr *IDExpr = E; in getDecltypeForExpr() local
9401 IDExpr = ImplCastExpr->getSubExpr(); in getDecltypeForExpr()
9405 IDExpr = PackExpr->getPackIdExpression(); in getDecltypeForExpr()
9407 IDExpr = PackExpr->getSelectedExpr(); in getDecltypeForExpr()
9423 if (const auto *SNTTPE = dyn_cast<SubstNonTypeTemplateParmExpr>(IDExpr)) in getDecltypeForExpr()
9432 if (const auto *DRE = dyn_cast<DeclRefExpr>(IDExpr)) { in getDecltypeForExpr()
9437 if (const auto *ME = dyn_cast<MemberExpr>(IDExpr)) { in getDecltypeForExpr()
9441 } else if (const auto *IR = dyn_cast<ObjCIvarRefExpr>(IDExpr)) { in getDecltypeForExpr()
9443 } else if (const auto *PR = dyn_cast<ObjCPropertyRefExpr>(IDExpr)) { in getDecltypeForExpr()
9446 } else if (const auto *PE = dyn_cast<PredefinedExpr>(IDExpr)) { in getDecltypeForExpr()
[all …]