Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp3990 SmallVector<Decl *, 32> FieldDecls; in ParseStructUnionBody() local
4035 FieldDecls.push_back(Field); in ParseStructUnionBody()
4059 FieldDecls.insert(FieldDecls.end(), Fields.begin(), Fields.end()); in ParseStructUnionBody()
4085 Actions.ActOnFields(getCurScope(), RecordLoc, TagDecl, FieldDecls, in ParseStructUnionBody()