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

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp673 const std::string &SuperName = R.getSuperClasses().back()->getName(); local
675 OS << "class " << R.getName() << "Attr : public " << SuperName << " {\n";
706 OS << " : " << SuperName << "(attr::" << R.getName() << ", R)\n";
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp377 IdentifierInfo *SuperName, SourceLocation SuperLoc,
417 if (SuperName) {
419 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
427 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
431 << SuperName << ClassName << PrevDecl->getDeclName();
439 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
467 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
475 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
375 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 76 milliseconds