Home
last modified time | relevance | path

Searched defs:AtInterfaceLoc (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp554 ActOnSuperClassOfClassInterface(Scope * S,SourceLocation AtInterfaceLoc,ObjCInterfaceDecl * IDecl,IdentifierInfo * ClassName,SourceLocation ClassLoc,IdentifierInfo * SuperName,SourceLocation SuperLoc,ArrayRef<ParsedType> SuperTypeArgs,SourceRange SuperTypeArgsRange) ActOnSuperClassOfClassInterface() argument
975 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,SkipBodyInfo * SkipBody) ActOnStartClassInterface() argument
1815 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc,const IdentifierInfo * ClassName,SourceLocation ClassLoc,ObjCTypeParamList * typeParamList,const IdentifierInfo * CategoryName,SourceLocation CategoryLoc,Decl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs,SourceLocation EndProtoLoc,const ParsedAttributesView & AttrList) ActOnStartCategoryInterface() argument
[all...]