Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXCursor.h119 std::pair<const VarDecl *, SourceLocation> getCursorVariableRef(CXCursor C);
DCXType.cpp283 return cxtype::MakeCXType(getCursorVariableRef(C).first->getType(), TU); in clang_getCursorType()
DCXCursor.cpp987 cxcursor::getCursorVariableRef(CXCursor C) { in getCursorVariableRef() function in cxcursor
DCIndex.cpp4924 const VarDecl *Var = getCursorVariableRef(C).first;
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()