Lines Matching full:owning
115 mutable bool Owning;
123 : Reader(Reader), FirstID(FirstID), Owning(true), DeclKind(DeclKind) { }
126 : Reader(Other.Reader), FirstID(Other.FirstID), Owning(Other.Owning) ,
129 Other.Owning = false;
133 if (FirstID && Owning && isRedeclarableDeclKind(DeclKind) &&
144 Owning = false;
391 // Store the owning submodule ID in the declaration.
398 // The owning module is not visible. Mark this declaration as hidden.
401 // Note that this declaration was hidden because its owning module is