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

/external/clang/include/clang/AST/
H A DASTContext.h2005 bool isObjCIdType(QualType T) const { function in class:clang::ASTContext
H A DType.h1563 bool isObjCIdType() const; // id
4530 /// isObjCIdType - True if this is equivalent to the 'id' type, i.e. if
4532 bool isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4972 inline bool Type::isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4974 return OPT->isObjCIdType();
4988 return isObjCIdType() || isObjCClassType() || isObjCSelType();

Completed in 54 milliseconds