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

  /external/clang/lib/AST/
DeclCXX.cpp 51 Abstract(false), IsStandardLayout(true), HasNoNonEmptyBases(true),
186 data().IsStandardLayout = false;
202 if (!BaseClassDecl->isStandardLayout())
203 data().IsStandardLayout = false;
245 data().IsStandardLayout = false;
462 data().IsStandardLayout = false;
655 data().IsStandardLayout = false;
702 data().IsStandardLayout = false;
    [all...]
Type.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 343 bool IsStandardLayout : 1;
347 /// This is a helper bit of state used to implement IsStandardLayout more
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 487 milliseconds