Home | History | Annotate | Download | only in Sema

Lines Matching defs:Conv

861   // C++ [expr.type.conv]p1:
1240 Sema &S, CXXConversionDecl *Conv, QualType ConvTy) {
1241 return S.Diag(Conv->getLocation(), diag::note_array_size_conversion)
1251 Sema &S, CXXConversionDecl *Conv, QualType ConvTy) {
1252 return S.Diag(Conv->getLocation(), diag::note_array_size_conversion)
2150 SemaDiagnosticBuilder noteExplicitConv(Sema &S, CXXConversionDecl *Conv,
2152 return S.Diag(Conv->getLocation(), diag::note_delete_conversion)
2161 SemaDiagnosticBuilder noteAmbiguous(Sema &S, CXXConversionDecl *Conv,
2163 return S.Diag(Conv->getLocation(), diag::note_delete_conversion)
2444 CXXConversionDecl *Conv = cast<CXXConversionDecl>(Method);
2445 ExprResult Result = S.BuildCXXMemberCallExpr(From, FoundDecl, Conv,
2489 if (const CXXConversionDecl *Conv = dyn_cast<CXXConversionDecl>(FD)) {
2495 BeforeToType = Context.getTagDeclType(Conv->getParent());
4652 // requirements of C++ [conv.qual]p4 bullet 3.