Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.h119 std::pair<const VarDecl *, SourceLocation> getCursorVariableRef(CXCursor C);
H A DCXType.cpp283 return cxtype::MakeCXType(getCursorVariableRef(C).first->getType(), TU); in clang_getCursorType()
H A DCXCursor.cpp987 cxcursor::getCursorVariableRef(CXCursor C) { in getCursorVariableRef() function in cxcursor
H A DCIndex.cpp4924 const VarDecl *Var = getCursorVariableRef(C).first; in clang_getCursorSpelling()
6276 std::pair<const VarDecl *, SourceLocation> P = getCursorVariableRef(C); in clang_getCursorLocation()
6432 return getCursorVariableRef(C).second; in getRawCursorExtent()
6650 return MakeCXCursor(getCursorVariableRef(C).first, tu); in clang_getCursorReferenced()