Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11020 RHSCan = getCanonicalType(RHS); in mergeTypes() local
11023 if (LHSCan == RHSCan) in mergeTypes()
11028 Qualifiers RQuals = RHSCan.getLocalQualifiers(); in mergeTypes()
11050 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes()
11062 Type::TypeClass RHSClass = RHSCan->getTypeClass(); in mergeTypes()
11300 RHSCan->castAs<VectorType>())) in mergeTypes()
11305 RHSCan->castAs<ConstantMatrixType>())) in mergeTypes()
11413 RHSCan = getCanonicalType(RHS); in mergeObjCGCQualifiers() local
11415 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()
11417 if (RHSCan->isFunctionType()) { in mergeObjCGCQualifiers()
[all …]