Home
last modified time | relevance | path

Searched refs:LQuals (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7471 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes() local
7473 if (LQuals != RQuals) { in mergeTypes()
7476 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeTypes()
7477 LQuals.getAddressSpace() != RQuals.getAddressSpace() || in mergeTypes()
7478 LQuals.getObjCLifetime() != RQuals.getObjCLifetime()) in mergeTypes()
7486 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes()
7773 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeObjCGCQualifiers() local
7775 if (LQuals != RQuals) { in mergeObjCGCQualifiers()
7777 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeObjCGCQualifiers()
7778 LQuals.getAddressSpace() != RQuals.getAddressSpace()) in mergeObjCGCQualifiers()
[all …]