Home | History | Annotate | Download | only in AST

Lines Matching refs:InheritedFrom

544   void mangleCXXCtorType(CXXCtorType T, const CXXRecordDecl *InheritedFrom);
1321 const CXXRecordDecl *InheritedFrom = nullptr;
1325 InheritedFrom = Inherited.getConstructor()->getParent();
1333 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType), InheritedFrom);
1337 mangleCXXCtorType(Ctor_Complete, InheritedFrom);
4002 const CXXRecordDecl *InheritedFrom) {
4010 if (InheritedFrom)
4026 if (InheritedFrom)
4027 mangleName(InheritedFrom);