diff options
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/constparams.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/constparams.cxx index 93b325a06657..25e87630b2bb 100644 --- a/compilerplugins/clang/constparams.cxx +++ b/compilerplugins/clang/constparams.cxx @@ -155,6 +155,10 @@ bool ConstParams::VisitFunctionDecl(const FunctionDecl * functionDecl) || name == "ImpGetPercent" || name == "ImpGetAlign" || name == "write_function" + || name == "PyUNO_getattr" + || name == "PyUNO_setattr" + || name == "PyUNOStruct_setattr" + || name == "PyUNOStruct_getattr" // #ifdef win32 || name == "convert_slashes" // UNO component entry points |