Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetCXXABI.h174 bool hasPrimaryVBases() const { in hasPrimaryVBases() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRecordLayout.cpp92 if (Ctx.getTargetInfo().getCXXABI().hasPrimaryVBases()) { in ASTRecordLayout()