Searched refs:RValueThis (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 3293 bool ConstArg, bool VolatileArg, bool RValueThis, in LookupSpecialMember() argument 3298 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember() 3315 ID.AddInteger(RValueThis); in LookupSpecialMember() 3424 OpaqueValueExpr(LookupLoc, ThisTy, RValueThis ? VK_PRValue : VK_LValue) in LookupSpecialMember() 3560 unsigned Quals, bool RValueThis, in LookupCopyingAssignment() argument 3568 Quals & Qualifiers::Volatile, RValueThis, ThisQuals & Qualifiers::Const, in LookupCopyingAssignment() 3576 bool RValueThis, in LookupMovingAssignment() argument 3582 Quals & Qualifiers::Volatile, RValueThis, ThisQuals & Qualifiers::Const, in LookupMovingAssignment()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9071 bool VolatileArg, bool RValueThis, bool ConstThis, 9225 bool RValueThis, unsigned ThisQuals); 9233 bool RValueThis, unsigned ThisQuals);
|