Fix misc-macro-parentheses warnings in libnativehelper.

Replace T* and T& with POINTER_TYPE(T) and REFERENCE_TYPE(T)
in macros to avoid wrong clang-tidy warnings.
Use NOLINT to suppress warnings in POINTER_TYPE(T) and REFERENCE_TYPE(T).
Bug: 28705665

Change-Id: I4dc985b9050b47af020f0f3188a64a891ff88ac8
1 file changed