Searched defs:SuperName (Results 1 - 2 of 2) sorted by relevance

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp683 const std::string &SuperName = R.getSuperClasses().back()->getName(); local
685 OS << "class " << R.getName() << "Attr : public " << SuperName << " {\n";
716 OS << " : " << SuperName << "(attr::" << R.getName() << ", R)\n";
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp429 IdentifierInfo *SuperName, SourceLocation SuperLoc,
469 if (SuperName) {
471 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
479 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
483 << SuperName << ClassName << PrevDecl->getDeclName();
491 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
519 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
527 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
427 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument

Completed in 78 milliseconds