Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1640 CXCursor_VariableRef = 50, enumerator
1642 CXCursor_LastRef = CXCursor_VariableRef,
/external/clang/tools/libclang/
DCXCursor.cpp623 CXCursor C = { CXCursor_VariableRef, 0, { Var, RawLoc, TU } }; in MakeCursorVariableRef()
629 assert(C.kind == CXCursor_VariableRef); in getCursorVariableRef()
DCXType.cpp197 case CXCursor_VariableRef: in clang_getCursorType()
DCIndex.cpp3300 case CXCursor_VariableRef: { in clang_getCursorSpelling()
3582 case CXCursor_VariableRef: in clang_getCursorKindSpelling()
4112 case CXCursor_VariableRef: { in clang_getCursorLocation()
4263 case CXCursor_VariableRef: in getRawCursorExtent()
4483 case CXCursor_VariableRef: in clang_getCursorReferenced()