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 51 Abstract(false), IsStandardLayout(true), HasNoNonEmptyBases(true),
186 data().IsStandardLayout = false;
202 if (!BaseClassDecl->isStandardLayout())
203 data().IsStandardLayout = false;
245 data().IsStandardLayout = false;
468 data().IsStandardLayout = false;
661 data().IsStandardLayout = false;
701 data().IsStandardLayout = false;
    [all...]
Type.cpp     [all...]
RecordLayoutBuilder.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 706 milliseconds