forked from OSchip/llvm-project
parent
ca1e848588
commit
046485640d
|
@ -88,7 +88,7 @@ MinimalAction::ActOnDeclarator(Scope *S, Declarator &D, DeclTy *LastInGroup) {
|
|||
}
|
||||
|
||||
Action::DeclTy *
|
||||
MinimalAction::ActOnStartClassInterface(SourceLocation AtInterafceLoc,
|
||||
MinimalAction::ActOnStartClassInterface(SourceLocation AtInterfaceLoc,
|
||||
IdentifierInfo *ClassName, SourceLocation ClassLoc,
|
||||
IdentifierInfo *SuperName, SourceLocation SuperLoc,
|
||||
IdentifierInfo **ProtocolNames, unsigned NumProtocols,
|
||||
|
|
Loading…
Reference in New Issue