Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp736 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef()
742 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
DCIndex.cpp3277 case CXCursor_LabelRef: { in clang_getCursorSpelling()
3578 case CXCursor_LabelRef: in clang_getCursorKindSpelling()
4130 case CXCursor_LabelRef: { in clang_getCursorLocation()
4257 case CXCursor_LabelRef: in getRawCursorExtent()
4472 case CXCursor_LabelRef: in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1596 CXCursor_LabelRef = 48, enumerator