reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseDecl.cpp
 4077     DeclaratorInfo.D.setCommaLoc(CommaLoc);
 4081       MaybeParseGNUAttributes(DeclaratorInfo.D);
 4088       ParseDeclarator(DeclaratorInfo.D);
 4090       DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation());
 4097         DeclaratorInfo.BitfieldSize = Res.get();
 4101     MaybeParseGNUAttributes(DeclaratorInfo.D);
 4104     FieldsCallback(DeclaratorInfo);