HomeSort by relevance Sort by last modified time
    Searched defs:Polymorphic (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 30 struct Polymorphic {
48 int Polymorphic::*p_d_memptr;
189 int Polymorphic::*memptr;
190 memptr = &Polymorphic::a;
191 memptr = &Polymorphic::b;
194 // Member pointers for polymorphic classes include the vtable slot in their
  /external/clang/include/clang/AST/
DeclCXX.h 311 /// \brief True when this class is polymorphic, i.e., has at
312 /// least one virtual member or derives from a polymorphic class.
313 bool Polymorphic : 1;
671 return data().Polymorphic || data().NumVBases != 0;
    [all...]

Completed in 705 milliseconds