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

/external/clang/include/clang/AST/
H A DASTContext.h1902 bool isObjCSelType(QualType T) const { function in class:clang::ASTContext
H A DType.h1557 bool isObjCSelType() const; // Class
4867 inline bool Type::isObjCSelType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4873 return isObjCIdType() || isObjCClassType() || isObjCSelType();

Completed in 52 milliseconds