Searched defs:GotoLabelKind (Results 1 - 1 of 1) sorted by path

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h468 enum Kind { GotoLabelKind, MemRegionKind, ConcreteIntKind }; enumerator in enum:clang::ento::loc::Kind
472 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {}
482 return V.getBaseKind() == LocKind && V.getSubKind() == GotoLabelKind;
486 return V.getSubKind() == GotoLabelKind;

Completed in 222 milliseconds