Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.h219 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
H A DCXCursor.cpp815 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef() function in cxcursor
H A DCIndex.cpp3548 const LabelStmt *Label = getCursorLabelRef(C).first; in clang_getCursorSpelling()
4527 std::pair<const LabelStmt *, SourceLocation> P = getCursorLabelRef(C); in clang_getCursorLocation()
4660 return getCursorLabelRef(C).second; in getRawCursorExtent()
4877 return MakeCXCursor(getCursorLabelRef(C).first, in clang_getCursorReferenced()