Home | History | Annotate | Download | only in libclang

Lines Matching refs:LabelDecl

1741   LabelRefVisit(LabelDecl *LD, SourceLocation labelLoc, CXCursor parent)
1748 const LabelDecl *get() const {
1749 return static_cast<const LabelDecl *>(data[0]);
2552 const LabelDecl *LS = cast<LabelRefVisit>(&LI)->get();
4884 if (LabelDecl *label = Goto->getLabel())