Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameUnqualifiedType

208           Context.hasSameUnqualifiedType(T, SearchType)) {
333 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
1717 S.Context.hasSameUnqualifiedType(FD->getParamDecl(1)->getType(),
3378 if (Context.hasSameUnqualifiedType(ElType, From->getType())) {
3408 if (Context.hasSameUnqualifiedType(ElType, ToType)) {
4238 assert(Self.Context.hasSameUnqualifiedType(LhsT, RhsT)
4575 if (!Context.hasSameUnqualifiedType(Class, LHSType)) {
4937 Context.hasSameUnqualifiedType(LTy, RTy) &&
5846 if (!Context.hasSameUnqualifiedType(DestructedType, ObjectType)) {
5887 !Context.hasSameUnqualifiedType(ScopeType, ObjectType)) {