Home | History | Annotate | Download | only in AST

Lines Matching refs:Output

963 /// \param Output the set to which to add conversions from non-virtual bases
972 ASTUnresolvedSet &Output,
1000 // If this conversion isn't hidden, add it to the appropriate output.
1008 Output.addDecl(Context, I.getDecl(), IAccess);
1025 *HiddenTypes, Output, VOutput, HiddenVBaseCs);
1035 ASTUnresolvedSet &Output) {
1037 // found. These will be added to the output as long as they don't
1052 Output.append(Context, ConvI, ConvE);
1064 HiddenTypes, Output, VBaseCs, HiddenVBaseCs);
1071 Output.addDecl(Context, I.getDecl(), I.getAccess());