Home
last modified time | relevance | path

Searched refs:isLayoutCompatibleStruct (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13726 static bool isLayoutCompatibleStruct(const ASTContext &C, const RecordDecl *RD1, in isLayoutCompatibleStruct() function
13777 return isLayoutCompatibleStruct(C, RD1, RD2); in isLayoutCompatible()