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 34 struct Polymorphic {
53 int Polymorphic::*p_d_memptr;
204 int Polymorphic::*memptr;
205 memptr = &Polymorphic::a;
206 memptr = &Polymorphic::b;
209 // Member pointers for polymorphic classes include the vtable slot in their
  /external/clang/include/clang/AST/
DeclCXX.h 321 /// \brief True when this class is polymorphic, i.e., has at
322 /// least one virtual member or derives from a polymorphic class.
323 bool Polymorphic : 1;
688 return data().Polymorphic || data().NumVBases != 0;
    [all...]

Completed in 60 milliseconds