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.cpp205 return cxtype::MakeCXType(getCursorVariableRef(C).first->getType(), TU); in clang_getCursorType()
DCXCursor.cpp737 cxcursor::getCursorVariableRef(CXCursor C) { in getCursorVariableRef() function in cxcursor
DCIndex.cpp3791 const VarDecl *Var = getCursorVariableRef(C).first; in clang_getCursorSpelling()
4824 std::pair<const VarDecl *, SourceLocation> P = getCursorVariableRef(C); in clang_getCursorLocation()
4981 return getCursorVariableRef(C).second; in getRawCursorExtent()
5202 return MakeCXCursor(getCursorVariableRef(C).first, tu); in clang_getCursorReferenced()