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

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp730 bool needsVFTable(const CXXRecordDecl *RD) const;
1046 } else if (needsVFTable(RD)) {
1169 /// needsVFTable - Return true if this class needs a vtable or vf-table
1174 bool RecordLayoutBuilder::needsVFTable(const CXXRecordDecl *RD) const { function in class:RecordLayoutBuilder

Completed in 56 milliseconds