Searched refs:ClsName (Results 1 – 6 of 6) 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()
339 const std::string &ClsName = in isExtension() local341 return ClsName == "CLASS_EXTENSION"; in isExtension()1187 const std::string &ClsName = in isError() local1189 return ClsName == "CLASS_ERROR"; in isError()1193 const std::string &ClsName = in isRemark() local1195 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()
911 IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType() local914 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()915 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()
163 IdentifierInfo* ClsName = Cls->getIdentifier(); in isNSStringType() local166 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()167 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()