HomeSort by relevance Sort by last modified time
    Searched full:isstandardlayout (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/AST/
DeclCXX.cpp 35 Abstract(false), IsStandardLayout(true), HasNoNonEmptyBases(true),
125 data().IsStandardLayout = false;
141 if (!BaseClassDecl->isStandardLayout())
142 data().IsStandardLayout = false;
189 data().IsStandardLayout = false;
458 data().IsStandardLayout = false;
682 data().IsStandardLayout = false;
715 data().IsStandardLayout = false;
786 if (!FieldRec->isStandardLayout())
787 data().IsStandardLayout = false
    [all...]
Type.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 316 /// IsStandardLayout - True when this class has standard layout.
329 bool IsStandardLayout : 1;
333 /// This is a helper bit of state used to implement IsStandardLayout more
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 2386 milliseconds