Searched refs:rhsType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1110 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); local
1111 if (lhsType != rhsType &&
1417 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); local
1418 if (lhsType != rhsType && lhsType->isArithmeticType())
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h2199 TypeSourceInfo *lhsType, TypeSourceInfo *rhsType,
2203 rhsType->getType()->isDependentType(),
2205 rhsType->getType()->isInstantiationDependentType()),
2207 rhsType->getType()->containsUnexpandedParameterPack())),
2209 LhsType(lhsType), RhsType(rhsType) { }

Completed in 171 milliseconds