Home
last modified time | relevance | path

Searched defs:FieldDecls (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp63 SmallPtrSetImpl<const FieldDecl *> &FieldDecls) { in removeFieldInitialized() argument
75 SmallPtrSetImpl<const FieldDecl *> &FieldDecls) { in removeFieldsInitializedInBody() argument
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5189 SmallVector<Decl *, 32> FieldDecls(TagDecl->fields()); ParseStructUnionBody() local