Home | History | Annotate | Download | only in AST

Lines Matching refs:Conversions

609         ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx);
613 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()),
616 Conversions.addDecl(Ctx, Primary, AS);
975 data().Conversions.get(Ctx).addDecl(Ctx, Shadow, Shadow->getAccess());
1106 /// Collect the visible conversions of a base class.
1112 /// \param ParentHiddenTypes the conversions provided by the inheritors
1114 /// \param Output the set to which to add conversions from non-virtual bases
1115 /// \param VOutput the set to which to add conversions from virtual bases
1116 /// \param HiddenVBaseCs the set of conversions which were hidden in a
1126 // The set of types which have conversions in this class or its
1132 // Collect the direct conversions and figure out which conversions
1179 /// Collect the visible conversions of a class.
1186 // The collection of all conversions in virtual bases that we've
1188 // appear in the hidden-conversions set.
1191 // The set of conversions in virtual bases that we've determined to
1198 // Go ahead and collect the direct conversions and add them to the
1206 // Recursively collect conversions from base classes.
1216 // Add any unhidden conversions provided by virtual bases.
1232 // If root class, all conversions are visible.
1233 Set = &data().Conversions.get(Ctx);
1254 // with sufficiently large numbers of directly-declared conversions
1257 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext());
1441 // Set access bits correctly on the directly-declared conversions.