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

/external/clang/include/clang/AST/
H A DType.h1530 bool isObjCQualifiedIdType() const; // id<foo>
4436 /// isObjCQualifiedIdType - True if this is equivalent to 'id<P>' for some
4438 bool isObjCQualifiedIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4856 inline bool Type::isObjCQualifiedIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4858 return OPT->isObjCQualifiedIdType();

Completed in 49 milliseconds