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

  /external/clang/lib/AST/
DeclCXX.cpp 43 Abstract(false), IsStandardLayout(true), HasNoNonEmptyBases(true),
158 data().IsStandardLayout = false;
174 if (!BaseClassDecl->isStandardLayout())
175 data().IsStandardLayout = false;
222 data().IsStandardLayout = false;
520 data().IsStandardLayout = false;
754 data().IsStandardLayout = false;
787 data().IsStandardLayout = false;
    [all...]
Type.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 323 /// IsStandardLayout - True when this class has standard layout.
337 bool IsStandardLayout : 1;
341 /// This is a helper bit of state used to implement IsStandardLayout more
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 58 milliseconds