Searched defs:isNearlyEmpty (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp8680 bool ASTContext::isNearlyEmpty(const CXXRecordDecl *RD) const { function in class:ASTContext
8682 return ABI->isNearlyEmpty(RD);

Completed in 195 milliseconds