Home
last modified time | relevance | path

Searched refs:FieldDecls (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp66 SmallPtrSetImpl<const FieldDecl *> &FieldDecls) { in removeFieldsInitializedInBody() argument
73 FieldDecls.erase(Match.getNodeAs<FieldDecl>("fieldDecl")); in removeFieldsInitializedInBody()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp4538 SmallVector<Decl *, 32> FieldDecls(TagDecl->fields()); in ParseStructUnionBody() local
4540 Actions.ActOnFields(getCurScope(), RecordLoc, TagDecl, FieldDecls, in ParseStructUnionBody()
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst2417 ``MethodDecls`` and ``FieldDecls``. Consider the following files: