Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp1096 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1102 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
H A DCIndex.cpp4900 case CXCursor_LabelRef: { in clang_getCursorSpelling()
5481 case CXCursor_LabelRef: in clang_getCursorKindSpelling()
6293 case CXCursor_LabelRef: { in clang_getCursorLocation()
6425 case CXCursor_LabelRef: in getRawCursorExtent()
6639 case CXCursor_LabelRef: in clang_getCursorReferenced()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h1184 CXCursor_LabelRef = 48, enumerator