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 51 /// CXXRecordLayoutInfo - Contains C++ specific layout information.
52 struct CXXRecordLayoutInfo {
87 CXXRecordLayoutInfo *CXXInfo;
96 typedef CXXRecordLayoutInfo::BaseOffsetsMapTy BaseOffsetsMapTy;
  /external/clang/lib/AST/
RecordLayout.cpp 25 CXXInfo->~CXXRecordLayoutInfo();
58 FieldCount(fieldcount), CXXInfo(new (Ctx) CXXRecordLayoutInfo)

Completed in 2529 milliseconds