Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp959 CXCursor C = {CXCursor_NamespaceRef, 0, {NS, RawLoc, TU}}; in MakeCursorNamespaceRef()
965 assert(C.kind == CXCursor_NamespaceRef); in getCursorNamespaceRef()
H A DCXType.cpp285 case CXCursor_NamespaceRef: in clang_getCursorType()
H A DCIndex.cpp4856 case CXCursor_NamespaceRef: { in clang_getCursorSpelling()
5447 case CXCursor_NamespaceRef: in clang_getCursorKindSpelling()
6231 case CXCursor_NamespaceRef: { in clang_getCursorLocation()
6382 case CXCursor_NamespaceRef: in getRawCursorExtent()
6594 case CXCursor_NamespaceRef: in clang_getCursorReferenced()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1831 CXCursor_NamespaceRef = 46, enumerator