reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCoroutine.cpp
  484     if (auto *MD = dyn_cast_or_null<CXXMethodDecl>(FD))
  490   QualType T = FD->getType()->isDependentType() || IsThisDependentType
  492                    : lookupPromiseType(*this, FD, Loc);
  496   auto *VD = VarDecl::Create(Context, FD, FD->getLocation(), FD->getLocation(),
  496   auto *VD = VarDecl::Create(Context, FD, FD->getLocation(), FD->getLocation(),
  496   auto *VD = VarDecl::Create(Context, FD, FD->getLocation(), FD->getLocation(),
  509   if (auto *MD = dyn_cast<CXXMethodDecl>(FD)) {
  522   for (auto *PD : FD->parameters()) {
  536                          ExprValueKind::VK_LValue, FD->getLocation());
  544   Expr *PLE = ParenListExpr::Create(Context, FD->getLocation(),
  545                                     CtorArgExprs, FD->getLocation());
  567   FD->addDecl(VD);