Home | History | Annotate | Download | only in AST

Lines Matching defs:isObjCIdType

1722   bool isObjCIdType() const;                    // id
5335 bool isObjCIdType() const {
5865 inline bool Type::isObjCIdType() const {
5867 return OPT->isObjCIdType();
5881 return isObjCIdType() || isObjCClassType() || isObjCSelType();