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

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

Completed in 40 milliseconds