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),
152 data().IsStandardLayout = false;
168 if (!BaseClassDecl->isStandardLayout())
169 data().IsStandardLayout = false;
216 data().IsStandardLayout = false;
526 data().IsStandardLayout = false;
780 data().IsStandardLayout = false;
813 data().IsStandardLayout = false;
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 322 /// IsStandardLayout - True when this class has standard layout.
336 bool IsStandardLayout : 1;
340 /// 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 114 milliseconds