Home
last modified time | relevance | path

Searched refs:LabelRefVisit (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2005 class LabelRefVisit : public VisitorJob { class
2007 LabelRefVisit(LabelDecl *LD, SourceLocation labelLoc, CXCursor parent) in LabelRefVisit() function in __anonc8ed1eca0211::LabelRefVisit
2710 WL.push_back(LabelRefVisit(E->getLabel(), E->getLabelLoc(), Parent)); in VisitAddrLabelExpr()
2864 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent)); in VisitGotoStmt()
3354 const LabelDecl *LS = cast<LabelRefVisit>(&LI)->get(); in RunVisitorWorkList()
3356 if (Visit(MakeCursorLabelRef(stmt, cast<LabelRefVisit>(&LI)->getLoc(), in RunVisitorWorkList()