Searched refs:getCursorLabelRef (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DCXCursor.h219 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
H A DCXCursor.cpp741 cxcursor::getCursorLabelRef(CXCursor C) { function in class:cxcursor
H A DCIndex.cpp3278 const LabelStmt *Label = getCursorLabelRef(C).first;
4131 std::pair<const LabelStmt *, SourceLocation> P = getCursorLabelRef(C);
4258 return getCursorLabelRef(C).second;
4475 return MakeCXCursor(getCursorLabelRef(C).first,

Completed in 69 milliseconds