Home | History | Annotate | Download | only in AST

Lines Matching full:getparent

1733           << (D->getParent()->isStruct() ? 0 : 1) // struct|class
1734 << Context.getTypeDeclType(D->getParent())
1740 << (D->getParent()->isStruct() ? 0 : 1) // struct|class
1741 << Context.getTypeDeclType(D->getParent())