diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index b47b1ca97fe..0a4a78d33c8 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -217,7 +217,7 @@ public: void SetMethodAttributes(const ObjCMethodDecl *MD, llvm::Function *F); - void SetFunctionParamAttrs(const Decl *D, + void SetFunctionAttributes(const Decl *D, const CGFunctionInfo &Info, llvm::Function *F); @@ -225,10 +225,10 @@ public: /// when used as a return type. bool ReturnTypeUsesSret(QualType RetTy); - void ConstructParamAttrList(const Decl *TargetDecl, + void ConstructAttributeList(const Decl *TargetDecl, const ArgTypeIterator begin, const ArgTypeIterator end, - ParamAttrListType &PAL); + AttributeListType &PAL); private: /// SetFunctionAttributesForDefinition - Set function attributes |