Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp810 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef()
816 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
H A DCIndex.cpp3547 case CXCursor_LabelRef: {
3911 case CXCursor_LabelRef:
4526 case CXCursor_LabelRef: { in clang_getCursorLocation()
4659 case CXCursor_LabelRef: in getRawCursorExtent()
4874 case CXCursor_LabelRef: in clang_getCursorReferenced()
/minix/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h1671 CXCursor_LabelRef = 48, enumerator