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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 118 /// LayoutField - try to layout all fields in the record decl.
151 /// LayoutField - layout a single field. Returns false if the operation failed
153 bool LayoutField(const FieldDecl *D, uint64_t FieldOffset);
426 bool CGRecordLayoutBuilder::LayoutField(const FieldDecl *D,
831 if (!LayoutField(*Field, Layout.getFieldOffset(FieldNo))) {
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 674 void LayoutField(const FieldDecl *D);
    [all...]

Completed in 152 milliseconds