Searched refs:RValueThis (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2364 bool RValueThis, in LookupSpecialMember() argument 2370 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember() 2382 ID.AddInteger(RValueThis); in LookupSpecialMember() 2473 RValueThis ? VK_RValue : VK_LValue).Classify(Context); in LookupSpecialMember() 2600 unsigned Quals, bool RValueThis, in LookupCopyingAssignment() argument 2608 Quals & Qualifiers::Volatile, RValueThis, in LookupCopyingAssignment() 2618 bool RValueThis, in LookupMovingAssignment() argument 2624 Quals & Qualifiers::Volatile, RValueThis, in LookupMovingAssignment()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2398 bool RValueThis, 2449 bool RValueThis, unsigned ThisQuals); 2453 bool RValueThis, unsigned ThisQuals);
|