Searched refs:RValueThis (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3316 bool RValueThis, in LookupSpecialMember() argument 3322 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember() 3337 ID.AddInteger(RValueThis); in LookupSpecialMember() 3444 OpaqueValueExpr(LookupLoc, ThisTy, RValueThis ? VK_PRValue : VK_LValue) in LookupSpecialMember() 3583 unsigned Quals, bool RValueThis, in LookupCopyingAssignment() argument 3591 Quals & Qualifiers::Volatile, RValueThis, in LookupCopyingAssignment() 3601 bool RValueThis, in LookupMovingAssignment() argument 3607 Quals & Qualifiers::Volatile, RValueThis, in LookupMovingAssignment()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4265 bool RValueThis, 4358 bool RValueThis, unsigned ThisQuals); 4362 bool RValueThis, unsigned ThisQuals);
|