Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp81 if (Ctx.getTargetInfo().getCXXABI().hasPrimaryVBases()) { in ASTRecordLayout()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h199 bool hasPrimaryVBases() const { in hasPrimaryVBases() function