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,
671 /// LayoutVirtualBases - layout the non-virtual bases of a record decl.
673 CGRecordLayoutBuilder::LayoutVirtualBases(const CXXRecordDecl *RD,
697 if (!LayoutVirtualBases(BaseDecl, Layout))
853 if (!LayoutVirtualBases(RD, Layout))
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 734 /// LayoutVirtualBases - Lays out all the virtual bases.
735 void LayoutVirtualBases(const CXXRecordDecl *RD,
    [all...]

Completed in 164 milliseconds