Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp1046 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1052 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
H A DCIndex.cpp4674 case CXCursor_LabelRef: { in clang_getCursorSpelling()
5255 case CXCursor_LabelRef: in clang_getCursorKindSpelling()
6033 case CXCursor_LabelRef: { in clang_getCursorLocation()
6165 case CXCursor_LabelRef: in getRawCursorExtent()
6379 case CXCursor_LabelRef: in clang_getCursorReferenced()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1852 CXCursor_LabelRef = 48, enumerator