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

/external/clang/tools/libclang/
H A DCXCursor.cpp744 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } };
750 assert(C.kind == CXCursor_NamespaceRef);
H A DCXType.cpp211 case CXCursor_NamespaceRef:
H A DCIndex.cpp4154 case CXCursor_NamespaceRef: {
4536 case CXCursor_NamespaceRef:
5178 case CXCursor_NamespaceRef: {
5330 case CXCursor_NamespaceRef:
5543 case CXCursor_NamespaceRef:
/external/clang/include/clang-c/
H A DIndex.h1678 CXCursor_NamespaceRef = 46, enumerator in enum:CXCursorKind

Completed in 66 milliseconds