Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.h212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
H A DCXCursor.cpp1051 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef() function in cxcursor
H A DCIndex.cpp4675 const LabelStmt *Label = getCursorLabelRef(C).first; in clang_getCursorSpelling()
6034 std::pair<const LabelStmt *, SourceLocation> P = getCursorLabelRef(C); in clang_getCursorLocation()
6166 return getCursorLabelRef(C).second; in getRawCursorExtent()
6383 getCursorLabelRef(C).first, in clang_getCursorReferenced()