Home
last modified time | relevance | path

Searched refs:ClsName (Results 1 – 6 of 6) sorted by relevance

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp355 const std::string &ClsName = Diag->getValueAsDef("Class")->getName(); in isExtension() local
356 return ClsName == "CLASS_EXTENSION"; in isExtension()
472 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isError() local
473 return ClsName == "CLASS_ERROR"; in isError()
477 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isRemark() local
478 return ClsName == "CLASS_REMARK"; in isRemark()
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp339 const std::string &ClsName = in isExtension() local
341 return ClsName == "CLASS_EXTENSION"; in isExtension()
1187 const std::string &ClsName = in isError() local
1189 return ClsName == "CLASS_ERROR"; in isError()
1193 const std::string &ClsName = in isRemark() local
1195 return ClsName == "CLASS_REMARK"; in isRemark()
/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp810 IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType() local
813 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()
814 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp911 IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType() local
914 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()
915 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp152 IdentifierInfo* ClsName = Cls->getIdentifier(); in isNSStringType() local
155 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()
156 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp163 IdentifierInfo* ClsName = Cls->getIdentifier(); in isNSStringType() local
166 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()
167 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()