forked from OSchip/llvm-project
parent
736bc98f9c
commit
57c6711893
|
@ -2493,7 +2493,7 @@ Sema::ObjCContainerKind Sema::getObjCContainerKind() const {
|
|||
}
|
||||
|
||||
// Note: For class/category implementations, allMethods is always null.
|
||||
Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *>allMethods,
|
||||
Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods,
|
||||
ArrayRef<DeclGroupPtrTy> allTUVars) {
|
||||
if (getObjCContainerKind() == Sema::OCK_None)
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue