Searched refs:GotoLabelKind (Results 1 – 5 of 5) sorted by relevance
431 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind, ObjCPropRefKind }; enumerator435 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} in GotoLabel()442 return V->getBaseKind() == LocKind && V->getSubKind() == GotoLabelKind; in classof()446 return V->getSubKind() == GotoLabelKind; in classof()
105 case loc::GotoLabelKind: in assumeAux()
252 case loc::GotoLabelKind: in getLValueFieldOrIvar()
352 case loc::GotoLabelKind: in dumpToStream()
579 case loc::GotoLabelKind: in evalBinOpLL()