Searched refs:RValueThis (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3344 bool RValueThis, in LookupSpecialMember() argument 3350 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember() 3365 ID.AddInteger(RValueThis); in LookupSpecialMember() 3472 OpaqueValueExpr(LookupLoc, ThisTy, RValueThis ? VK_PRValue : VK_LValue) in LookupSpecialMember() 3611 unsigned Quals, bool RValueThis, in LookupCopyingAssignment() argument 3619 Quals & Qualifiers::Volatile, RValueThis, in LookupCopyingAssignment() 3629 bool RValueThis, in LookupMovingAssignment() argument 3635 Quals & Qualifiers::Volatile, RValueThis, in LookupMovingAssignment()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4476 bool RValueThis, 4569 bool RValueThis, unsigned ThisQuals); 4573 bool RValueThis, unsigned ThisQuals);
|