forked from OSchip/llvm-project
Follow coding convention in argument decl.
llvm-svn: 186467
This commit is contained in:
parent
d2e8c4cdea
commit
27b1d8513e
|
@ -6451,8 +6451,8 @@ public:
|
|||
ObjCInterfaceDecl *ID);
|
||||
|
||||
Decl *ActOnAtEnd(Scope *S, SourceRange AtEnd,
|
||||
ArrayRef<Decl *>allMethods = None,
|
||||
ArrayRef<DeclGroupPtrTy>allTUVars = None);
|
||||
ArrayRef<Decl *> allMethods = None,
|
||||
ArrayRef<DeclGroupPtrTy> allTUVars = None);
|
||||
|
||||
Decl *ActOnProperty(Scope *S, SourceLocation AtLoc,
|
||||
SourceLocation LParenLoc,
|
||||
|
|
Loading…
Reference in New Issue