Searched refs:CXCursor_TypeRef (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/libclang/
H A DCXCursor.cpp573 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
579 assert(C.kind == CXCursor_TypeRef);
H A DCXType.cpp185 case CXCursor_TypeRef: {
H A DCIndex.cpp3249 case CXCursor_TypeRef: {
3570 case CXCursor_TypeRef:
3922 cursor.kind == CXCursor_TypeRef) {
4091 case CXCursor_TypeRef: {
4242 case CXCursor_TypeRef:
4454 case CXCursor_TypeRef:
/external/clang/include/clang-c/
H A DIndex.h1565 CXCursor_TypeRef = 43, enumerator in enum:CXCursorKind

Completed in 55 milliseconds