Searched refs:ClsName (Results 1 – 3 of 3) sorted by relevance
356 const std::string &ClsName = Diag->getValueAsDef("Class")->getName(); in isExtension() local357 return ClsName == "CLASS_EXTENSION"; in isExtension()473 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isError() local474 return ClsName == "CLASS_ERROR"; in isError()478 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isRemark() local479 return ClsName == "CLASS_REMARK"; in isRemark()
746 IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType() local749 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()750 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()
148 IdentifierInfo* ClsName = Cls->getIdentifier(); in isNSStringType() local151 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()152 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()