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

  /external/clang/lib/AST/
RecordLayout.cpp 62 bool LeadsWithZeroSizedBase,
86 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase;
RecordLayoutBuilder.cpp     [all...]
  /external/clang/include/clang/AST/
RecordLayout.h 114 bool LeadsWithZeroSizedBase : 1;
158 bool LeadsWithZeroSizedBase,
290 bool leadsWithZeroSizedBase() const {
292 return CXXInfo->LeadsWithZeroSizedBase;

Completed in 262 milliseconds