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

  /external/clang/lib/CodeGen/
CodeGenTypes.h 144 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
CodeGenTypes.cpp 634 /// getCGRecordLayout - Return record layout info for the given record decl.
636 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) {
675 return getCGRecordLayout(RD).isZeroInitializable();
CGRecordLayoutBuilder.cpp 617 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
638 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
    [all...]
CGExprConstant.cpp     [all...]
CGExpr.cpp     [all...]

Completed in 108 milliseconds