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

/external/clang/tools/libclang/
H A DCIndex.cpp1734 class LabelRefVisit : public VisitorJob { class in namespace:__anon19507
1736 LabelRefVisit(LabelDecl *LD, SourceLocation labelLoc, CXCursor parent) function in class:__anon19507::LabelRefVisit
2017 WL.push_back(LabelRefVisit(E->getLabel(), E->getLabelLoc(), Parent));
2167 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent));
2378 const LabelDecl *LS = cast<LabelRefVisit>(&LI)->get();
2380 if (Visit(MakeCursorLabelRef(stmt, cast<LabelRefVisit>(&LI)->getLoc(),

Completed in 253 milliseconds