Lines Matching refs:PrevDecl
126 CXXRecordDecl *PrevDecl) in CXXRecordDecl() argument
127 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl), in CXXRecordDecl()
128 DefinitionData(PrevDecl ? PrevDecl->DefinitionData in CXXRecordDecl()
134 CXXRecordDecl *PrevDecl, in Create() argument
137 PrevDecl); in Create()
142 C.getTypeDeclType(R, PrevDecl); in Create()
2897 IdentifierInfo *Id, NamespaceDecl *PrevDecl, in NamespaceDecl() argument
2907 setPreviousDecl(PrevDecl); in NamespaceDecl()
2909 if (PrevDecl) in NamespaceDecl()
2910 AnonOrFirstNamespaceAndFlags.setPointer(PrevDecl->getOriginalNamespace()); in NamespaceDecl()
2916 NamespaceDecl *PrevDecl, bool Nested) { in Create() argument
2918 NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, PrevDecl, Nested); in Create()