Lines Matching refs:Conversion
595 // Keep the list of conversion functions up-to-date.
596 if (CXXConversionDecl *Conversion = dyn_cast<CXXConversionDecl>(D)) {
603 AccessSpecifier AS = Conversion->getAccessUnsafe();
605 if (Conversion->getPrimaryTemplate()) {
611 FunTmpl ? cast<NamedDecl>(FunTmpl) : cast<NamedDecl>(Conversion);
970 // Handle using declarations of conversion functions.
1146 // If this conversion is hidden and we're in a virtual base,
1151 // If this conversion isn't hidden, add it to the appropriate output.
1224 /// getVisibleConversionFunctions - get all conversion functions visible
1225 /// in current class; including conversion function templates.
1236 // If visible conversion list is not evaluated, evaluate it.
1262 && "conversion was found multiple times in unresolved set");
1267 llvm_unreachable("conversion not found in set!");
1917 // conversion from the type of its first parameter to the type of
2001 "Name must refer to a conversion function");