Home | History | Annotate | Download | only in libclang

Lines Matching refs:getCursorVariableRef

3108       VarDecl *Var = getCursorVariableRef(C).first;
3856 std::pair<VarDecl *, SourceLocation> P = getCursorVariableRef(C);
4007 return getCursorVariableRef(C).second;
4226 return MakeCXCursor(getCursorVariableRef(C).first, tu);