Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9726 Expr *IDExpr = E; in getDecltypeForExpr() local
9728 IDExpr = ImplCastExpr->getSubExpr(); in getDecltypeForExpr()
9740 if (const auto *SNTTPE = dyn_cast<SubstNonTypeTemplateParmExpr>(IDExpr)) in getDecltypeForExpr()
9749 if (const auto *DRE = dyn_cast<DeclRefExpr>(IDExpr)) { in getDecltypeForExpr()
9754 if (const auto *ME = dyn_cast<MemberExpr>(IDExpr)) { in getDecltypeForExpr()
9758 } else if (const auto *IR = dyn_cast<ObjCIvarRefExpr>(IDExpr)) { in getDecltypeForExpr()
9760 } else if (const auto *PR = dyn_cast<ObjCPropertyRefExpr>(IDExpr)) { in getDecltypeForExpr()
9763 } else if (const auto *PE = dyn_cast<PredefinedExpr>(IDExpr)) { in getDecltypeForExpr()
9774 if (getCurLambda() && isa<ParenExpr>(IDExpr)) { in getDecltypeForExpr()
9775 if (auto *DRE = dyn_cast<DeclRefExpr>(IDExpr->IgnoreParens())) { in getDecltypeForExpr()