Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2326 static bool isStructEmpty(QualType Ty) { in isStructEmpty() function
2353 if (!isStructEmpty(Base.getType())) { in structHasUniqueObjectRepresentations()