Searched refs:ClsName (Results 1 – 3 of 3) sorted by relevance
355 const std::string &ClsName = Diag->getValueAsDef("Class")->getName(); in isExtension() local356 return ClsName == "CLASS_EXTENSION"; in isExtension()472 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isError() local473 return ClsName == "CLASS_ERROR"; in isError()477 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isRemark() local478 return ClsName == "CLASS_REMARK"; in isRemark()
810 IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType() local813 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()814 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()
152 IdentifierInfo* ClsName = Cls->getIdentifier(); in isNSStringType() local155 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()156 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()