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

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

Completed in 118 milliseconds