Home | History | Annotate | Download | only in Sema

Lines Matching refs:Qualifier

1036   // cv-qualifiers (if any) and ref-qualifier (if any) on the function itself.
1056 // them, but not all, have a ref-qualifier (8.3.5).
1945 /// Conversions to 'id' subsume cv-qualifier conversions.
1957 // Exact qualifier match -> return the pointer type we're converting to.
3473 // without a ref-qualifier, and *either* S1 binds an rvalue reference
4306 // qualifier.
4749 // ref-qualifier or with the & ref-qualifier
4751 // ref-qualifier
4786 // Check the ref-qualifier.
4832 NestedNameSpecifier *Qualifier,
4878 PerformObjectMemberConversion(From, Qualifier, FoundDecl, Method);
5705 PerformObjectArgumentInitialization(Args[0], /*Qualifier=*/nullptr,
6628 // (the qualifier would sink to the element type), and for another, the
6630 // and those shouldn't have qualifier variants anyway.
6689 // (the qualifier would sink to the element type), and for another, the
6691 // and those shouldn't have qualifier variants anyway.
7147 // ref-qualifier, there exist candidate operator functions of the form
7839 // type or a function type, and CV1 and CV2 are cv-qualifier-seqs,
8566 // to a qualifier mismatch.
10765 PerformObjectArgumentInitialization(Input, /*Qualifier=*/nullptr,
10983 PerformObjectArgumentInitialization(Args[0], /*Qualifier=*/nullptr,
11201 PerformObjectArgumentInitialization(Args[0], /*Qualifier=*/nullptr,
11379 NestedNameSpecifier *Qualifier = nullptr;
11384 Qualifier = MemExpr->getQualifier();
11388 Qualifier = UnresExpr->getQualifier();
11518 PerformObjectArgumentInitialization(MemExpr->getBase(), Qualifier,
11605 // operator conversion-type-id () cv-qualifier;
11607 // where cv-qualifier is the same cv-qualification as, or a
11782 PerformObjectArgumentInitialization(Object.get(), /*Qualifier=*/nullptr,
11931 PerformObjectArgumentInitialization(Base, /*Qualifier=*/nullptr,
12155 && "fixed to a member ref with no nested name qualifier");