Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1743 CXCursor_VariableRef = 50, enumerator
1745 CXCursor_LastRef = CXCursor_VariableRef,
/external/clang/tools/libclang/
DCXCursor.cpp760 CXCursor C = { CXCursor_VariableRef, 0, { Var, RawLoc, TU } }; in MakeCursorVariableRef()
766 assert(C.kind == CXCursor_VariableRef); in getCursorVariableRef()
DCXType.cpp206 case CXCursor_VariableRef: in clang_getCursorType()
DCIndex.cpp4191 case CXCursor_VariableRef: { in clang_getCursorSpelling()
4544 case CXCursor_VariableRef: in clang_getCursorKindSpelling()
5188 case CXCursor_VariableRef: { in clang_getCursorLocation()
5345 case CXCursor_VariableRef: in getRawCursorExtent()
5566 case CXCursor_VariableRef: in clang_getCursorReferenced()
/external/llvm-project/clang/include/clang-c/
DIndex.h1896 CXCursor_VariableRef = 50, enumerator
1898 CXCursor_LastRef = CXCursor_VariableRef,
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp917 CXCursor C = {CXCursor_VariableRef, 0, {Var, RawLoc, TU}}; in MakeCursorVariableRef()
923 assert(C.kind == CXCursor_VariableRef); in getCursorVariableRef()
DCXType.cpp274 case CXCursor_VariableRef: in clang_getCursorType()
DCIndex.cpp4656 case CXCursor_VariableRef: { in clang_getCursorSpelling()
5217 case CXCursor_VariableRef: in clang_getCursorKindSpelling()
5963 case CXCursor_VariableRef: { in clang_getCursorLocation()
6119 case CXCursor_VariableRef: in getRawCursorExtent()
6337 case CXCursor_VariableRef: in clang_getCursorReferenced()
/external/rust/crates/clang-sys/src/
Dlib.rs268 const CXCursor_VariableRef = 50, constant