Peeter Joot wrote: > > Alternately, if there was a way to lookup the CXXRecordDecl that's > associated with the FieldDecl, then the functions > like hasUserDeclaredConstructor() could be called. Can FieldDecl::getParent work for you? - Yang