reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/CXXInheritance.cpp
  774     Bases.insert(Layout.getPrimaryBase());
tools/clang/lib/AST/RecordLayout.cpp
   82     if (const CXXRecordDecl *PrimaryBase = getPrimaryBase()) {
tools/clang/lib/AST/RecordLayoutBuilder.cpp
  917       PrimaryVirtualBase = Layout.getPrimaryBase();
 1128     PrimaryBase = Layout.getPrimaryBase();
 3312     const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
 3403                        VBase == Layout.getPrimaryBase() ?
tools/clang/lib/AST/VTTBuilder.cpp
  123           Layout.getPrimaryBase() == BaseDecl)
tools/clang/lib/AST/VTableBuilder.cpp
  624   if (const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase()) {
  676   const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
 1367     const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
 1443   if (const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase()) {
 1694     const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
 1730   const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
 1783   if (const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase()) {
 2916   } else if (const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase()) {
 3291                                : Layout.getPrimaryBase()))
tools/clang/lib/CodeGen/CGClass.cpp
 2564       BaseDeclIsNonVirtualPrimaryBase = Layout.getPrimaryBase() == BaseDecl;
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2014   if (RL.getPrimaryBase())
 3198   if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) {
 3202       const CXXRecordDecl *PBT = BRL.getPrimaryBase();
tools/clang/lib/CodeGen/CGExprConstant.cpp
  793       bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl;
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  484     const CXXRecordDecl *BaseDecl = Layout.getPrimaryBase();
  559   if (DeclLayout.isPrimaryBaseVirtual() && DeclLayout.getPrimaryBase() == Query)