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

/external/clang/tools/libclang/
H A DCIndex.cpp1670 class LabelRefVisit : public VisitorJob { class in namespace:__anon4831
1672 LabelRefVisit(LabelDecl *LD, SourceLocation labelLoc, CXCursor parent) function in class:__anon4831::LabelRefVisit
1849 WL.push_back(LabelRefVisit(E->getLabel(), E->getLabelLoc(), Parent));
1997 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent));
2175 LabelDecl *LS = cast<LabelRefVisit>(&LI)->get();
2177 if (Visit(MakeCursorLabelRef(stmt, cast<LabelRefVisit>(&LI)->getLoc(),

Completed in 101 milliseconds