Searched refs:getCursorLabelRef (Results 1 – 3 of 3) sorted by relevance
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
1101 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef() function in cxcursor
4901 const LabelStmt *Label = getCursorLabelRef(C).first; in clang_getCursorSpelling()6294 std::pair<const LabelStmt *, SourceLocation> P = getCursorLabelRef(C); in clang_getCursorLocation()6426 return getCursorLabelRef(C).second; in getRawCursorExtent()6643 getCursorLabelRef(C).first, in clang_getCursorReferenced()