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

  /external/clang/include/clang/AST/
CXXInheritance.h 41 /// base "number" that identifies which base subobject of the
52 /// \brief Identifies which base class subobject (of type
63 /// (direct or indirect) base class subobject.
68 /// subobject is being used.
79 /// subobject.
100 /// base subobject of type A. One path is (D,0) -> (B,0) -> (A,0)
115 /// refer to the same base class subobject of type A (the virtual
130 /// the cv-unqualified canonical type of the base class subobject.
233 /// hierarchy by the method itself and a class subobject number.
235 UniqueVirtualMethod() : Method(0), Subobject(0), InVirtualSubobject(0) {
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 68 milliseconds