Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp916 CXCursor C = {CXCursor_NamespaceRef, 0, {NS, RawLoc, TU}}; in MakeCursorNamespaceRef()
922 assert(C.kind == CXCursor_NamespaceRef); in getCursorNamespaceRef()
H A DCXType.cpp279 case CXCursor_NamespaceRef: in clang_getCursorType()
H A DCIndex.cpp4660 case CXCursor_NamespaceRef: { in clang_getCursorSpelling()
5251 case CXCursor_NamespaceRef: in clang_getCursorKindSpelling()
6005 case CXCursor_NamespaceRef: { in clang_getCursorLocation()
6156 case CXCursor_NamespaceRef: in getRawCursorExtent()
6368 case CXCursor_NamespaceRef: in clang_getCursorReferenced()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1831 CXCursor_NamespaceRef = 46, enumerator