Home | History | Annotate | Download | only in libclang

Lines Matching refs:LabelStmt

841 CXCursor cxcursor::MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc, 
850 std::pair<const LabelStmt *, SourceLocation>
853 return std::make_pair(static_cast<const LabelStmt *>(C.data[0]),