forked from OSchip/llvm-project
parent
c277ad10f0
commit
4105f3eaf9
|
@ -486,7 +486,7 @@ const ObjCInterfaceType *Type::getAsObjCQualifiedInterfaceType() const {
|
|||
}
|
||||
|
||||
bool Type::isObjCQualifiedInterfaceType() const {
|
||||
return getAsObjCQualifiedIdType() != 0;
|
||||
return getAsObjCQualifiedInterfaceType() != 0;
|
||||
}
|
||||
|
||||
const ObjCObjectPointerType *Type::getAsObjCObjectPointerType() const {
|
||||
|
|
Loading…
Reference in New Issue