Searched refs:LabelRefVisit (Results 1 – 2 of 2) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1811 class LabelRefVisit : public VisitorJob { class 1813 LabelRefVisit(LabelDecl *LD, SourceLocation labelLoc, CXCursor parent) in LabelRefVisit() function in __anonc9d3eafc0211::LabelRefVisit 2300 WL.push_back(LabelRefVisit(E->getLabel(), E->getLabelLoc(), Parent)); in VisitAddrLabelExpr() 2454 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent)); in VisitGotoStmt() 2807 const LabelDecl *LS = cast<LabelRefVisit>(&LI)->get(); in RunVisitorWorkList() 2809 if (Visit(MakeCursorLabelRef(stmt, cast<LabelRefVisit>(&LI)->getLoc(), in RunVisitorWorkList()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 1912 class LabelRefVisit : public VisitorJob { class 1914 LabelRefVisit(LabelDecl *LD, SourceLocation labelLoc, CXCursor parent) in LabelRefVisit() function in __anon2c39628a0211::LabelRefVisit 2553 WL.push_back(LabelRefVisit(E->getLabel(), E->getLabelLoc(), Parent)); in VisitAddrLabelExpr() 2707 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent)); in VisitGotoStmt() 3145 const LabelDecl *LS = cast<LabelRefVisit>(&LI)->get(); in RunVisitorWorkList() 3147 if (Visit(MakeCursorLabelRef(stmt, cast<LabelRefVisit>(&LI)->getLoc(), in RunVisitorWorkList()
|