Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp409 CXCursor C = { CXCursor_LabelRef, { Label, RawLoc, TU } }; in MakeCursorLabelRef()
415 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
DCIndex.cpp3111 case CXCursor_LabelRef: { in clang_getCursorSpelling()
3313 case CXCursor_LabelRef: in clang_getCursorKindSpelling()
3647 case CXCursor_LabelRef: { in clang_getCursorLocation()
3741 case CXCursor_LabelRef: in getRawCursorExtent()
3915 case CXCursor_LabelRef: in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1294 CXCursor_LabelRef = 48, enumerator