Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameUnqualifiedType

203           Context.hasSameUnqualifiedType(T, SearchType)) {
328 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
1611 S.Context.hasSameUnqualifiedType(FD->getParamDecl(1)->getType(),
2964 if (Context.hasSameUnqualifiedType(ElType, From->getType())) {
2994 if (Context.hasSameUnqualifiedType(ElType, ToType)) {
3767 assert(Self.Context.hasSameUnqualifiedType(LhsT, RhsT)
4105 if (!Context.hasSameUnqualifiedType(Class, LHSType)) {
4467 Context.hasSameUnqualifiedType(LTy, RTy) &&
5380 if (!Context.hasSameUnqualifiedType(DestructedType, ObjectType)) {
5421 !Context.hasSameUnqualifiedType(ScopeType, ObjectType)) {