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

/external/clang/include/clang/AST/
H A DASTContext.h2030 bool isObjCClassType(QualType T) const { function in class:clang::ASTContext
H A DType.h1587 bool isObjCClassType() const; // Class
4592 /// isObjCClassType - True if this is equivalent to the 'Class' type,
4594 bool isObjCClassType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
5033 inline bool Type::isObjCClassType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5035 return OPT->isObjCClassType();
5044 return isObjCIdType() || isObjCClassType() || isObjCSelType();

Completed in 106 milliseconds