Home | History | Annotate | Download | only in AST

Lines Matching refs:Conversions

573         ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx);
577 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()),
580 Conversions.addDecl(Ctx, Primary, AS);
928 data().Conversions.get(Ctx).addDecl(Ctx, Shadow, Shadow->getAccess());
1050 /// Collect the visible conversions of a base class.
1056 /// \param ParentHiddenTypes the conversions provided by the inheritors
1058 /// \param Output the set to which to add conversions from non-virtual bases
1059 /// \param VOutput the set to which to add conversions from virtual bases
1060 /// \param HiddenVBaseCs the set of conversions which were hidden in a
1070 // The set of types which have conversions in this class or its
1076 // Collect the direct conversions and figure out which conversions
1123 /// Collect the visible conversions of a class.
1130 // The collection of all conversions in virtual bases that we've
1132 // appear in the hidden-conversions set.
1135 // The set of conversions in virtual bases that we've determined to
1142 // Go ahead and collect the direct conversions and add them to the
1150 // Recursively collect conversions from base classes.
1160 // Add any unhidden conversions provided by virtual bases.
1176 // If root class, all conversions are visible.
1177 Set = &data().Conversions.get(Ctx);
1198 // with sufficiently large numbers of directly-declared conversions
1201 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext());
1373 // Set access bits correctly on the directly-declared conversions.