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

/external/clang/tools/libclang/
H A DCXCursor.cpp736 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } };
742 assert(C.kind == CXCursor_LabelRef);
H A DCIndex.cpp3277 case CXCursor_LabelRef: {
3578 case CXCursor_LabelRef:
4130 case CXCursor_LabelRef: {
4257 case CXCursor_LabelRef:
4472 case CXCursor_LabelRef:
/external/clang/include/clang-c/
H A DIndex.h1596 CXCursor_LabelRef = 48, enumerator in enum:CXCursorKind

Completed in 109 milliseconds