Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp744 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } }; in MakeCursorNamespaceRef()
750 assert(C.kind == CXCursor_NamespaceRef); in getCursorNamespaceRef()
DCXType.cpp211 case CXCursor_NamespaceRef: in clang_getCursorType()
DCIndex.cpp4154 case CXCursor_NamespaceRef: { in clang_getCursorSpelling()
4536 case CXCursor_NamespaceRef: in clang_getCursorKindSpelling()
5178 case CXCursor_NamespaceRef: { in clang_getCursorLocation()
5330 case CXCursor_NamespaceRef: in getRawCursorExtent()
5543 case CXCursor_NamespaceRef: in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1678 CXCursor_NamespaceRef = 46, enumerator