Searched refs:GotoLabel (Results 1 – 8 of 8) sorted by relevance
142 QualType VisitGotoLabel(loc::GotoLabel GL) { in VisitGotoLabel()369 os << "&&" << castAs<loc::GotoLabel>().getLabel()->getName(); in dumpToStream()
465 if (isa<loc::GotoLabel>(Base)) in getLValueElement()
2871 if (std::optional<loc::GotoLabel> LV = V.getAs<loc::GotoLabel>()) { in processIndirectGoto()
385 loc::GotoLabel makeLoc(const AddrLabelExpr *expr) { in makeLoc()386 return loc::GotoLabel(expr->getLabel()); in makeLoc()
422 class GotoLabel : public Loc {424 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel() function
298 if (auto Label = L.getAs<loc::GotoLabel>()) { in checkBind()
1044 if (std::optional<loc::GotoLabel> Label = Buf.getAs<loc::GotoLabel>()) { in getCStringLength()
2172 else if (std::optional<loc::GotoLabel> Label = V.getAs<loc::GotoLabel>()) in SummarizeValue()