Searched refs:getPrimaryBase (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp82 if (const CXXRecordDecl *PrimaryBase = getPrimaryBase()) {
H A DVTTBuilder.cpp123 Layout.getPrimaryBase() == BaseDecl)
H A DVTableBuilder.cpp628 if (const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase()) {
684 const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
1375 const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
1451 if (const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase()) {
1708 const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
1744 const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
1797 if (const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase()) {
2964 } else if (const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase()) {
3339 : Layout.getPrimaryBase()))
H A DCXXInheritance.cpp766 Bases.insert(Layout.getPrimaryBase());
H A DRecordLayoutBuilder.cpp918 PrimaryVirtualBase = Layout.getPrimaryBase();
1129 PrimaryBase = Layout.getPrimaryBase();
3328 const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
3419 VBase == Layout.getPrimaryBase() ?
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h216 /// getPrimaryBase - Get the primary base for this record.
217 const CXXRecordDecl *getPrimaryBase() const { function in class:clang::ASTRecordLayout
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp487 const CXXRecordDecl *BaseDecl = Layout.getPrimaryBase();
562 if (DeclLayout.isPrimaryBaseVirtual() && DeclLayout.getPrimaryBase() == Query)
H A DCGDebugInfo.cpp2129 if (RL.getPrimaryBase())
3392 if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) {
3396 const CXXRecordDecl *PBT = BRL.getPrimaryBase();
H A DCGExprConstant.cpp805 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl;
H A DCGClass.cpp2586 BaseDeclIsNonVirtualPrimaryBase = Layout.getPrimaryBase() == BaseDecl;

Completed in 270 milliseconds