Searched refs:GotoLabelKind (Results 1 – 5 of 5) sorted by relevance
404 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind, ObjCPropRefKind }; enumerator408 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} in GotoLabel()415 return V->getBaseKind() == LocKind && V->getSubKind() == GotoLabelKind; in classof()419 return V->getSubKind() == GotoLabelKind; in classof()
103 case loc::GotoLabelKind: in assumeAux()
306 case loc::GotoLabelKind: in dumpToStream()
250 case loc::GotoLabelKind: in getLValueFieldOrIvar()
585 case loc::GotoLabelKind: in evalBinOpLL()