Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11027 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes() local
11029 if (LQuals != RQuals) { in mergeTypes()
11032 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeTypes()
11033 LQuals.getAddressSpace() != RQuals.getAddressSpace() || in mergeTypes()
11034 LQuals.getObjCLifetime() != RQuals.getObjCLifetime() || in mergeTypes()
11035 LQuals.hasUnaligned() != RQuals.hasUnaligned()) in mergeTypes()
11043 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes()
11444 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeObjCGCQualifiers() local
11446 if (LQuals != RQuals) { in mergeObjCGCQualifiers()
11448 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeObjCGCQualifiers()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9014 Qualifiers LQuals = lhptee.getLocalQualifiers(); in checkBlockPointerTypesForAssignment() local
9017 LQuals.removeAddressSpace(); in checkBlockPointerTypesForAssignment()
9020 if (LQuals != RQuals) in checkBlockPointerTypesForAssignment()
9035 S.Context.getQualifiedType(LHSType.getUnqualifiedType(), LQuals), in checkBlockPointerTypesForAssignment()