Searched refs:RValueThis (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2232 bool RValueThis, in LookupSpecialMember() argument 2238 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember() 2250 ID.AddInteger(RValueThis); in LookupSpecialMember() 2341 RValueThis ? VK_RValue : VK_LValue).Classify(Context); in LookupSpecialMember() 2469 unsigned Quals, bool RValueThis, in LookupCopyingAssignment() argument 2477 Quals & Qualifiers::Volatile, RValueThis, in LookupCopyingAssignment() 2487 bool RValueThis, in LookupMovingAssignment() argument 2493 Quals & Qualifiers::Volatile, RValueThis, in LookupMovingAssignment()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2105 bool RValueThis, 2156 bool RValueThis, unsigned ThisQuals); 2160 bool RValueThis, unsigned ThisQuals);
|