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

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp154 static SMRange findSuperClassRange(const Record *R, StringRef SuperName) { argument
158 if (Supers[i]->getName() == SuperName)
H A DClangAttrEmitter.cpp1386 std::string SuperName; local
1389 if (R.getName() != "TargetSpecificAttr" && SuperName.empty())
1390 SuperName = R.getName();
1393 OS << "class " << R.getName() << "Attr : public " << SuperName << " {\n";
1456 OS << " : " << SuperName << "(attr::" << R.getName() << ", R, SI)\n";
1488 OS << " : " << SuperName << "(attr::" << R.getName() << ", R, SI)\n";
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp458 IdentifierInfo *SuperName, SourceLocation SuperLoc,
515 if (SuperName) {
517 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
525 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
528 << SuperName << ClassName);
535 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
569 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
577 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
610 IdentifierInfo *SuperName,
612 if (!SuperName)
456 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
609 ActOnTypedefedProtocols(SmallVectorImpl<Decl *> &ProtocolRefs, IdentifierInfo *SuperName, SourceLocation SuperLoc) argument
[all...]

Completed in 3484 milliseconds