Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h2203 TypeSourceInfo *lhsType, TypeSourceInfo *rhsType, in BinaryTypeTraitExpr() argument
2207 rhsType->getType()->isDependentType(), in BinaryTypeTraitExpr()
2209 rhsType->getType()->isInstantiationDependentType()), in BinaryTypeTraitExpr()
2211 rhsType->getType()->containsUnexpandedParameterPack())), in BinaryTypeTraitExpr()
2213 LhsType(lhsType), RhsType(rhsType) { } in BinaryTypeTraitExpr()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1148 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1149 if (lhsType != rhsType && in ActOnPropertyImplDecl()
1445 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local
1446 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()