Hi, I checked all the API in FieldDecl and didn’t find how to check if it is a static member, and I tried this also:
auto FieldType = TheField->getType();
and I cannot find any static checking in QualType either.
So how can I check if the field is static or not?