Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp15534 static bool isLayoutCompatibleStruct(ASTContext &C, RecordDecl *RD1, in isLayoutCompatibleStruct() function
15612 return isLayoutCompatibleStruct(C, RD1, RD2); in isLayoutCompatible()