Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.h212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
H A DCXCursor.cpp1101 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef() function in cxcursor
H A DCIndex.cpp4901 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()