Home | History | Annotate | Download | only in libclang

Lines Matching refs:getCursorVariableRef

4192       const VarDecl *Var = getCursorVariableRef(C).first;
5189 std::pair<const VarDecl *, SourceLocation> P = getCursorVariableRef(C);
5346 return getCursorVariableRef(C).second;
5567 return MakeCXCursor(getCursorVariableRef(C).first, tu);