Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Owning

118       mutable bool Owning;
126 : Reader(Reader), FirstID(FirstID), Owning(true), DeclKind(DeclKind) { }
129 : Reader(Other.Reader), FirstID(Other.FirstID), Owning(Other.Owning) ,
132 Other.Owning = false;
136 if (FirstID && Owning && isRedeclarableDeclKind(DeclKind) &&
147 Owning = false;
423 // Store the owning submodule ID in the declaration.
430 // The owning module is not visible. Mark this declaration as hidden.
433 // Note that this declaration was hidden because its owning module is