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 79 /// CXXRecordLayoutInfo - Contains C++ specific layout information.
80 struct CXXRecordLayoutInfo {
134 CXXRecordLayoutInfo *CXXInfo;
144 typedef CXXRecordLayoutInfo::BaseOffsetsMapTy BaseOffsetsMapTy;
  /external/clang/lib/AST/
RecordLayout.cpp 24 CXXInfo->~CXXRecordLayoutInfo();
67 FieldCount(fieldcount), CXXInfo(new (Ctx) CXXRecordLayoutInfo)

Completed in 1172 milliseconds