Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp13726 static bool isLayoutCompatibleStruct(const ASTContext &C, const RecordDecl *RD1, in isLayoutCompatibleStruct() function
13777 return isLayoutCompatibleStruct(C, RD1, RD2); in isLayoutCompatible()