HomeSort by relevance Sort by last modified time
    Searched refs:ClsName (Results 1 - 2 of 2) sorted by null

  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 356 const std::string &ClsName = Diag->getValueAsDef("Class")->getName();
357 return ClsName == "CLASS_EXTENSION";
473 const std::string &ClsName = Diag.getValueAsDef("Class")->getName();
474 return ClsName == "CLASS_ERROR";
478 const std::string &ClsName = Diag.getValueAsDef("Class")->getName();
479 return ClsName == "CLASS_REMARK";
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 123 IdentifierInfo* ClsName = Cls->getIdentifier();
126 return ClsName == &Ctx.Idents.get("NSString") ||
127 ClsName == &Ctx.Idents.get("NSMutableString");
    [all...]

Completed in 212 milliseconds