reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/Sema/SemaChecking.cpp
14215 static bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2);

References

tools/clang/lib/Sema/SemaChecking.cpp
14229   if (!isLayoutCompatible(C, Field1->getType(), Field2->getType()))
14267       if (!isLayoutCompatible(C, Base1->getType(), Base2->getType()))
14615       mismatch = !isLayoutCompatible(Context,
14619       mismatch = !isLayoutCompatible(Context, ArgumentType, RequiredType);