Home | History | Annotate | Download | only in AST

Lines Matching refs:hasSameType

6381       hasSameType(First->getElementType(), Second->getElementType()) &&
6786 return hasSameType(LHS, RHS);
7012 if (Context.hasSameType(underlyingType, other))
8260 if (!hasSameType(MethodDecl->getReturnType(), MethodImpl->getReturnType()))
8274 if (!hasSameType(DeclVar->getType(), ImplVar->getType()))