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 133 /// LayoutVirtualBases - layout the virtual bases of a record decl.
134 bool LayoutVirtualBases(const CXXRecordDecl *RD,
622 /// LayoutVirtualBases - layout the non-virtual bases of a record decl.
624 CGRecordLayoutBuilder::LayoutVirtualBases(const CXXRecordDecl *RD,
648 if (!LayoutVirtualBases(BaseDecl, Layout))
822 if (!LayoutVirtualBases(RD, Layout))
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 738 /// LayoutVirtualBases - Lays out all the virtual bases.
739 void LayoutVirtualBases(const CXXRecordDecl *RD,
    [all...]

Completed in 516 milliseconds