Searched refs:RValueThis (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2817 bool RValueThis, in LookupSpecialMember() argument 2823 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember() 2835 ID.AddInteger(RValueThis); in LookupSpecialMember() 2926 RValueThis ? VK_RValue : VK_LValue).Classify(Context); in LookupSpecialMember() 3061 unsigned Quals, bool RValueThis, in LookupCopyingAssignment() argument 3069 Quals & Qualifiers::Volatile, RValueThis, in LookupCopyingAssignment() 3079 bool RValueThis, in LookupMovingAssignment() argument 3085 Quals & Qualifiers::Volatile, RValueThis, in LookupMovingAssignment()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2782 bool RValueThis, 2877 bool RValueThis, unsigned ThisQuals); 2881 bool RValueThis, unsigned ThisQuals);
|