Home | History | Annotate | Download | only in libclang

Lines Matching refs:getCursorVariableRef

3632       const VarDecl *Var = getCursorVariableRef(C).first;
4572 std::pair<const VarDecl *, SourceLocation> P = getCursorVariableRef(C);
4729 return getCursorVariableRef(C).second;
4949 return MakeCXCursor(getCursorVariableRef(C).first, tu);