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

  /external/clang/lib/AST/
RecordLayout.cpp 61 bool HasZeroSizedSubObject,
85 CXXInfo->HasZeroSizedSubObject = HasZeroSizedSubObject;
  /external/clang/include/clang/AST/
RecordLayout.h 107 /// HasZeroSizedSubObject - True if this class contains a zero sized member
110 bool HasZeroSizedSubObject : 1;
157 bool HasZeroSizedSubObject,
286 bool hasZeroSizedSubObject() const {
287 return CXXInfo && CXXInfo->HasZeroSizedSubObject;

Completed in 136 milliseconds