Searched refs:ClsName (Results 1 – 5 of 5) sorted by relevance
225 StringRef ClsName = ClsNameStr; // FIXME: Make safeGetName return StringRef. in isMethodOnWTFContainerType() local239 (ClsName.ends_with("Vector") || ClsName.ends_with("Set") || in isMethodOnWTFContainerType()240 ClsName.ends_with("Map") || ClsName == "StringImpl" || in isMethodOnWTFContainerType()241 ClsName.ends_with("String")); in isMethodOnWTFContainerType()
323 StringRef ClsName = ClsNameStr; // FIXME: Make safeGetName return StringRef. in isRefCountedClass() local325 (ClsName.ends_with("RefCounted") || in isRefCountedClass()326 ClsName == "ThreadSafeRefCountedAndCanMakeThreadSafeWeakPtr"); in isRefCountedClass()
315 const std::string &ClsName = in isExtension() local317 return ClsName == "CLASS_EXTENSION"; in isExtension()1205 const std::string &ClsName = in isError() local1207 return ClsName == "CLASS_ERROR"; in isError()1211 const std::string &ClsName = in isRemark() local1213 return ClsName == "CLASS_REMARK"; in isRemark()
906 const IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType() local909 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()910 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()
1498 IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType() local1501 ClsName == &getASTContext().Idents.get("NSAttributedString")) in isNSStringType()1504 return ClsName == &getASTContext().Idents.get("NSString") || in isNSStringType()1505 ClsName == &getASTContext().Idents.get("NSMutableString"); in isNSStringType()