Home | History | Annotate | Download | only in libclang

Lines Matching refs:VarDecl

793 bool CursorVisitor::VisitVarDecl(VarDecl *D) {
3108 VarDecl *Var = getCursorVariableRef(C).first;
3333 return createCXString("VarDecl");
3667 // MyCXXClass foo; // Make sure pointing at 'foo' returns a VarDecl cursor.
3856 std::pair<VarDecl *, SourceLocation> P = getCursorVariableRef(C);
3929 // stored in the CXCursor to determine if the VarDecl is in a DeclGroup,
3931 if (VarDecl *VD = dyn_cast<VarDecl>(D)) {
4062 // stored in the CXCursor to determine if the VarDecl is in a DeclGroup,
4064 if (VarDecl *VD = dyn_cast<VarDecl>(D)) {
4101 // stored in the CXCursor to determine if the VarDecl is in a DeclGroup,
4103 if (VarDecl *VD = dyn_cast<VarDecl>(D)) {
4325 if (VarDecl *Def = cast<VarDecl>(D)->getDefinition())