Searched refs:SuperName (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslcstyle.y209 | SuperName PARSEOP_EXP_INCREMENT {$<n>$ = TrCreateLeafOp (PARSEOP_INCREMENT);}
211 | SuperName PARSEOP_EXP_DECREMENT {$<n>$ = TrCreateLeafOp (PARSEOP_DECREMENT);}
280 : SuperName
305 | SuperName
H A Daslrules.y253 SuperName
262 | ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);}
266 : ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);}
664 /* For ObjectType(), SuperName except for MethodInvocationTerm */
675 /* For DeRefOf(), SuperName except for DerefOf and Debug */
688 /* For RefOf(), SuperName except for RefOf and MethodInvocationTerm */
698 /* For CondRefOf(), SuperName except for RefOf and MethodInvocationTerm */
H A Daslprimaries.y178 SuperName
451 SuperName
702 SuperName
1000 SuperName
1154 SuperName
1164 SuperName
1224 SuperName
1234 SuperName
1265 ',' SuperName
1435 SuperName
[all...]
H A Dasltypes.y363 %type <n> SuperName
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp170 auto SuperName = SuperPair.first->getNameInitAsString(); local
171 instance_lists[SuperName].push_back(Name);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp547 IdentifierInfo *SuperName,
552 NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
560 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName,
563 << SuperName << ClassName);
570 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
609 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
617 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
977 IdentifierInfo *SuperName, SourceLocation SuperLoc,
1076 if (SuperName) {
1082 SuperName, SuperLo
542 ActOnSuperClassOfClassInterface(Scope *S, SourceLocation AtInterfaceLoc, ObjCInterfaceDecl *IDecl, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange) argument
974 ActOnStartClassInterface( Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, IdentifierInfo *SuperName, SourceLocation SuperLoc, ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange, Decl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList) argument
1104 ActOnTypedefedProtocols(SmallVectorImpl<Decl *> &ProtocolRefs, SmallVectorImpl<SourceLocation> &ProtocolLocs, IdentifierInfo *SuperName, SourceLocation SuperLoc) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2288 std::string SuperName; local
2293 R->getName() != "DeclOrTypeAttr" && SuperName.empty())
2294 SuperName = std::string(R->getName());
2300 OS << "class " << R.getName() << "Attr : public " << SuperName << " {\n";
2492 OS << "\n : " << SuperName << "(Ctx, CommonInfo, ";
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9196 IdentifierInfo *SuperName, SourceLocation SuperLoc,
9207 IdentifierInfo *SuperName,
9214 IdentifierInfo *SuperName,

Completed in 245 milliseconds