Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.h212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
H A DCXCursor.cpp1094 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef() function in cxcursor
H A DCIndex.cpp4871 const LabelStmt *Label = getCursorLabelRef(C).first; in clang_getCursorSpelling()
6260 std::pair<const LabelStmt *, SourceLocation> P = getCursorLabelRef(C); in clang_getCursorLocation()
6392 return getCursorLabelRef(C).second; in getRawCursorExtent()
6609 getCursorLabelRef(C).first, in clang_getCursorReferenced()