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

/external/clang/include/clang/AST/
H A DASTContext.h1899 bool isObjCClassType(QualType T) const { function in class:clang::ASTContext
H A DType.h1556 bool isObjCClassType() const; // Class
4423 /// isObjCClassType - True if this is equivalent to the 'Class' type,
4425 bool isObjCClassType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4862 inline bool Type::isObjCClassType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4864 return OPT->isObjCClassType();
4873 return isObjCIdType() || isObjCClassType() || isObjCSelType();

Completed in 74 milliseconds