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

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

Completed in 952 milliseconds