Searched defs:isObjCObjectPointerType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1551 bool isObjCObjectPointerType() const; // pointer to ObjC object
4880 return isPointerType() || isObjCObjectPointerType();
4948 inline bool Type::isObjCObjectPointerType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5157 isObjCObjectPointerType() || isNullPtrType());
5161 return isObjCObjectPointerType();

Completed in 209 milliseconds