Home | History | Annotate | Download | only in AST

Lines Matching defs:isObjCIdType

1721   bool isObjCIdType() const;                    // id
5263 bool isObjCIdType() const {
5790 inline bool Type::isObjCIdType() const {
5792 return OPT->isObjCIdType();
5806 return isObjCIdType() || isObjCClassType() || isObjCSelType();