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