Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7041 RHSCan = getCanonicalType(RHS); in mergeTypes() local
7044 if (LHSCan == RHSCan) in mergeTypes()
7049 Qualifiers RQuals = RHSCan.getLocalQualifiers(); in mergeTypes()
7070 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes()
7082 Type::TypeClass RHSClass = RHSCan->getTypeClass(); in mergeTypes()
7262 RHSCan->getAs<VectorType>())) in mergeTypes()
7319 RHSCan = getCanonicalType(RHS); in mergeObjCGCQualifiers() local
7321 if (LHSCan == RHSCan) in mergeObjCGCQualifiers()
7323 if (RHSCan->isFunctionType()) { in mergeObjCGCQualifiers()
7327 cast<FunctionType>(RHSCan.getTypePtr())->getReturnType(); in mergeObjCGCQualifiers()
[all …]