Home | History | Annotate | Download | only in AST

Lines Matching refs:Virtual

106   /// Determine whether this LValue path entry for a base class names a virtual
235 void addDeclUnchecked(const Decl *D, bool Virtual = false) {
237 APValue::BaseOrMemberType Value(D, Virtual);
849 const Decl *D, bool Virtual = false) {
851 Designator.addDeclUnchecked(D, Virtual);
1647 Obj.addDecl(Info, E, Base, /*Virtual*/ false);
1668 // Find the virtual base class.
1672 Obj.addDecl(Info, E, BaseDecl, /*Virtual*/ true);
3565 // Non-virtual base classes are initialized in the order in the class
3566 // definition. We have already checked for virtual base classes.
3567 assert(!BaseIt->isVirtual() && "virtual base for literal type");
3892 // DR1358 allows virtual constexpr functions in some cases. Don't allow
4887 assert(!(*PathI)->isVirtual() && "record rvalue with virtual base");
6695 // Otherwise if either is a pointer to a virtual member function, the