Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp9676 RHSCan = getCanonicalType(RHS); in mergeTypes() local
9679 if (LHSCan == RHSCan) in mergeTypes()
9684 Qualifiers RQuals = RHSCan.getLocalQualifiers(); in mergeTypes()
9706 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes()
9718 Type::TypeClass RHSClass = RHSCan->getTypeClass(); in mergeTypes()
9949 RHSCan->castAs<VectorType>())) in mergeTypes()
9954 RHSCan->castAs<ConstantMatrixType>())) in mergeTypes()
10058 RHSCan = getCanonicalType(RHS); in mergeObjCGCQualifiers() local
10060 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()
10062 if (RHSCan->isFunctionType()) { in mergeObjCGCQualifiers()
[all …]