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

/external/clang/lib/Sema/
H A DSemaExpr.cpp5084 Qualifiers lhq, rhq; local
5085 llvm::tie(lhptee, lhq) = cast<PointerType>(LHSType)->getPointeeType().split();
5096 if (lhq.getObjCLifetime() != rhq.getObjCLifetime() &&
5097 lhq.compatiblyIncludesObjCLifetime(rhq)) {
5099 lhq.removeObjCLifetime();
5103 if (!lhq.compatiblyIncludes(rhq)) {
5105 if (lhq.getAddressSpace() != rhq.getAddressSpace())
5110 else if (lhq.withoutObjCGCAttr().withoutObjCGLifetime()
5117 else if (lhq.getObjCLifetime() != rhq.getObjCLifetime())
9042 Qualifiers lhq local
[all...]

Completed in 48 milliseconds