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 117 /// LayoutField - try to layout all fields in the record decl.
150 /// LayoutField - layout a single field. Returns false if the operation failed
152 bool LayoutField(const FieldDecl *D, uint64_t FieldOffset);
377 bool CGRecordLayoutBuilder::LayoutField(const FieldDecl *D,
784 if (!LayoutField(FD, Layout.getFieldOffset(FieldNo))) {
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 676 void LayoutField(const FieldDecl *D);
    [all...]

Completed in 29 milliseconds