Searched defs:isLayoutCompatible (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10528 bool isLayoutCompatible(ASTContext &C, EnumDecl *ED1, EnumDecl *ED2) { in isLayoutCompatible() function 10537 bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, FieldDecl *Field2) { in isLayoutCompatible() function 10630 bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) { in isLayoutCompatible() function 10641 bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) { in isLayoutCompatible() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 15234 static bool isLayoutCompatible(ASTContext &C, EnumDecl *ED1, EnumDecl *ED2) { in isLayoutCompatible() function 15243 static bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, in isLayoutCompatible() function 15335 static bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, in isLayoutCompatible() function 15347 static bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) { in isLayoutCompatible() function
|