Searched refs:RValueThis (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3386 bool ConstArg, bool VolatileArg, bool RValueThis, in LookupSpecialMember() argument 3391 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember() 3408 ID.AddInteger(RValueThis); in LookupSpecialMember() 3517 OpaqueValueExpr(LookupLoc, ThisTy, RValueThis ? VK_PRValue : VK_LValue) in LookupSpecialMember() 3653 unsigned Quals, bool RValueThis, in LookupCopyingAssignment() argument 3661 Quals & Qualifiers::Volatile, RValueThis, ThisQuals & Qualifiers::Const, in LookupCopyingAssignment() 3669 bool RValueThis, in LookupMovingAssignment() argument 3675 Quals & Qualifiers::Volatile, RValueThis, ThisQuals & Qualifiers::Const, in LookupMovingAssignment()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9344 bool VolatileArg, bool RValueThis, bool ConstThis, 9494 bool RValueThis, unsigned ThisQuals); 9502 bool RValueThis, unsigned ThisQuals);
|