Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.h123 std::pair<const VarDecl *, SourceLocation> getCursorVariableRef(CXCursor C);
DCXType.cpp207 return cxtype::MakeCXType(getCursorVariableRef(C).first->getType(), TU); in clang_getCursorType()
DCXCursor.cpp765 cxcursor::getCursorVariableRef(CXCursor C) { in getCursorVariableRef() function in cxcursor
DCIndex.cpp4192 const VarDecl *Var = getCursorVariableRef(C).first; in clang_getCursorSpelling()
5189 std::pair<const VarDecl *, SourceLocation> P = getCursorVariableRef(C); in clang_getCursorLocation()
5346 return getCursorVariableRef(C).second; in getRawCursorExtent()
5567 return MakeCXCursor(getCursorVariableRef(C).first, tu); in clang_getCursorReferenced()