Searched refs:FieldDecls (Results 1 – 3 of 3) sorted by relevance
66 SmallPtrSetImpl<const FieldDecl *> &FieldDecls) { in removeFieldsInitializedInBody() argument73 FieldDecls.erase(Match.getNodeAs<FieldDecl>("fieldDecl")); in removeFieldsInitializedInBody()
4538 SmallVector<Decl *, 32> FieldDecls(TagDecl->fields()); in ParseStructUnionBody() local4540 Actions.ActOnFields(getCurScope(), RecordLoc, TagDecl, FieldDecls, in ParseStructUnionBody()
2417 ``MethodDecls`` and ``FieldDecls``. Consider the following files: