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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 131 /// LayoutVirtualBases - layout the virtual bases of a record decl.
132 bool LayoutVirtualBases(const CXXRecordDecl *RD,
669 /// LayoutVirtualBases - layout the non-virtual bases of a record decl.
671 CGRecordLayoutBuilder::LayoutVirtualBases(const CXXRecordDecl *RD,
695 if (!LayoutVirtualBases(BaseDecl, Layout))
847 if (!LayoutVirtualBases(RD, Layout))
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 731 /// LayoutVirtualBases - Lays out all the virtual bases.
732 void LayoutVirtualBases(const CXXRecordDecl *RD,
    [all...]

Completed in 125 milliseconds