Searched refs:RValueThis (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2724 bool RValueThis, in LookupSpecialMember() argument 2730 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember() 2742 ID.AddInteger(RValueThis); in LookupSpecialMember() 2833 RValueThis ? VK_RValue : VK_LValue).Classify(Context); in LookupSpecialMember() 2972 unsigned Quals, bool RValueThis, in LookupCopyingAssignment() argument 2980 Quals & Qualifiers::Volatile, RValueThis, in LookupCopyingAssignment() 2990 bool RValueThis, in LookupMovingAssignment() argument 2996 Quals & Qualifiers::Volatile, RValueThis, in LookupMovingAssignment()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2708 bool RValueThis, 2803 bool RValueThis, unsigned ThisQuals); 2807 bool RValueThis, unsigned ThisQuals);
|