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

/external/clang/lib/Sema/
H A DSemaExpr.cpp5481 Qualifiers lhq, rhq; local
5483 llvm::tie(rhptee, rhq) = cast<PointerType>(RHSType)->getPointeeType().split();
5493 if (lhq.getObjCLifetime() != rhq.getObjCLifetime() &&
5494 lhq.compatiblyIncludesObjCLifetime(rhq)) {
5497 rhq.removeObjCLifetime();
5500 if (!lhq.compatiblyIncludes(rhq)) {
5502 if (lhq.getAddressSpace() != rhq.getAddressSpace())
5509 rhq.withoutObjCGCAttr().withoutObjCLifetime())
5514 else if (lhq.getObjCLifetime() != rhq.getObjCLifetime())
9938 Qualifiers rhq local
[all...]

Completed in 97 milliseconds