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

/external/clang/lib/Sema/
H A DSemaExpr.cpp5883 Qualifiers lhq, rhq; local
5884 llvm::tie(lhptee, lhq) = cast<PointerType>(LHSType)->getPointeeType().split();
5895 if (lhq.getObjCLifetime() != rhq.getObjCLifetime() &&
5896 lhq.compatiblyIncludesObjCLifetime(rhq)) {
5898 lhq.removeObjCLifetime();
5902 if (!lhq.compatiblyIncludes(rhq)) {
5904 if (lhq.getAddressSpace() != rhq.getAddressSpace())
5909 else if (lhq.withoutObjCGCAttr().withoutObjCLifetime()
5916 else if (lhq.getObjCLifetime() != rhq.getObjCLifetime())
10473 Qualifiers lhq local
[all...]

Completed in 67 milliseconds