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

  /external/clang/include/clang/AST/
RecordLayout.h 75 /// CXXRecordLayoutInfo - Contains C++ specific layout information.
76 struct CXXRecordLayoutInfo {
113 CXXRecordLayoutInfo *CXXInfo;
122 typedef CXXRecordLayoutInfo::BaseOffsetsMapTy BaseOffsetsMapTy;
  /external/clang/lib/AST/
RecordLayout.cpp 25 CXXInfo->~CXXRecordLayoutInfo();
58 FieldCount(fieldcount), CXXInfo(new (Ctx) CXXRecordLayoutInfo)

Completed in 513 milliseconds