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

/external/clang/include/clang/AST/
H A DASTContext.h2008 bool isObjCClassType(QualType T) const { function in class:clang::ASTContext
H A DType.h1564 bool isObjCClassType() const; // Class
4536 /// isObjCClassType - True if this is equivalent to the 'Class' type,
4538 bool isObjCClassType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4977 inline bool Type::isObjCClassType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4979 return OPT->isObjCClassType();
4988 return isObjCIdType() || isObjCClassType() || isObjCSelType();

Completed in 117 milliseconds