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 143 const CGRecordLayout &getCGRecordLayout(const RecordDecl*);
CodeGenTypes.cpp 639 /// getCGRecordLayout - Return record layout info for the given record decl.
641 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) {
680 return getCGRecordLayout(RD).isZeroInitializable();
CGRecordLayoutBuilder.cpp 609 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
628 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
    [all...]
CGExprConstant.cpp     [all...]
CGExpr.cpp     [all...]

Completed in 44 milliseconds