Searched refs:Captured (Results 1 – 13 of 13) sorted by relevance
339 case Decl::Captured: in getDefinitiveDeclContext()441 case Decl::Captured: in isRedeclarableDeclKind()
105 def Captured : DeclNode<Decl>, DeclContext;
573 case Decl::Captured: in emitDecl()
974 case Captured: in getIdentifierNamespaceForKind()1471 case Decl::Captured: in getPrimaryContext()
5566 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured), in CapturedDecl()
911 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
2168 case Decl::Captured:
4931 static bool classofKind(Kind K) { return K == Captured; } in classofKind()
207 case Decl::Captured: in VisitDecl()
103 case Decl::Captured: in EmitDecl()
2789 bool Captured = false; in computePointerICmp() member2790 void tooManyUses() override { Captured = true; } in computePointerICmp()2803 Captured = true; in computePointerICmp()2809 if (!Tracker.Captured) in computePointerICmp()
879 bool Captured = false; in foldAllocaCmp() member886 void tooManyUses() override { Captured = true; } in foldAllocaCmp()902 Captured = true; in foldAllocaCmp()909 if (Tracker.Captured) in foldAllocaCmp()
3496 Expr *Captured = const_cast<Expr *>(GetArgAt(ArgIdx)); in checkLifetimeCaptureBy() local3506 checkCaptureByLifetime(*this, CE, Captured); in checkLifetimeCaptureBy()