Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp356 const std::string &ClsName = Diag->getValueAsDef("Class")->getName(); in isExtension() local
357 return ClsName == "CLASS_EXTENSION"; in isExtension()
473 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isError() local
474 return ClsName == "CLASS_ERROR"; in isError()
478 const std::string &ClsName = Diag.getValueAsDef("Class")->getName(); in isRemark() local
479 return ClsName == "CLASS_REMARK"; in isRemark()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp147 IdentifierInfo* ClsName = Cls->getIdentifier(); in isNSStringType() local
150 return ClsName == &Ctx.Idents.get("NSString") || in isNSStringType()
151 ClsName == &Ctx.Idents.get("NSMutableString"); in isNSStringType()