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

/external/clang/include/clang/AST/
H A DASTContext.h2219 bool isObjCSelType(QualType T) const { function in class:clang::ASTContext::DynTypedNodeList
H A DType.h1694 bool isObjCSelType() const; // Class
5375 inline bool Type::isObjCSelType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5381 return isObjCIdType() || isObjCClassType() || isObjCSelType();

Completed in 117 milliseconds