Searched defs:rhq (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp6142 Qualifiers lhq, rhq; local
6145 std::tie(rhptee, rhq) =
6155 if (lhq.getObjCLifetime() != rhq.getObjCLifetime() &&
6156 lhq.compatiblyIncludesObjCLifetime(rhq)) {
6159 rhq.removeObjCLifetime();
6162 if (!lhq.compatiblyIncludes(rhq)) {
6164 if (lhq.getAddressSpace() != rhq.getAddressSpace())
6171 rhq.withoutObjCGCAttr().withoutObjCLifetime())
6176 else if (lhq.getObjCLifetime() != rhq.getObjCLifetime())
10899 Qualifiers rhq local
[all...]

Completed in 245 milliseconds