Searched refs:PBase (Results 1 – 7 of 7) sorted by relevance
29 struct PBase { struct33 struct PDerived : PBase { argument
37 struct PBase { struct41 struct PDerived : PBase { argument
145 std::shared_ptr<Base> PBase = std::shared_ptr<Base>(new Derived()); in basic() local
190 std::unique_ptr<Base> PBase = std::unique_ptr<Base>(new Derived()); in basic() local
86 ??PBase@@QEAAHH@Z
2574 if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) { in CollectContainingType() local2577 const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase); in CollectContainingType()2580 PBase = PBT; in CollectContainingType()2585 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()
3423 if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) { in CollectContainingType() local3426 const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase); in CollectContainingType()3429 PBase = PBT; in CollectContainingType()3434 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()