Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameUnqualifiedType

170           Context.hasSameUnqualifiedType(T, SearchType)) {
280 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
2725 if (Context.hasSameUnqualifiedType(ElType, From->getType())) {
2755 if (Context.hasSameUnqualifiedType(ElType, ToType)) {
3480 assert(Self.Context.hasSameUnqualifiedType(LhsT, RhsT)
3844 if (!Context.hasSameUnqualifiedType(Class, LHSType)) {
4226 Context.hasSameUnqualifiedType(LTy, RTy) &&
5070 if (!Context.hasSameUnqualifiedType(DestructedType, ObjectType)) {
5111 !Context.hasSameUnqualifiedType(ScopeType, ObjectType)) {