Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp3358 SmallVector<Decl *, 32> FieldDecls; in ParseStructUnionBody() local
3391 SmallVectorImpl<Decl *> &FieldDecls; in ParseStructUnionBody() member
3394 SmallVectorImpl<Decl *> &FieldDecls) : in ParseStructUnionBody()
3395 P(P), TagDecl(TagDecl), FieldDecls(FieldDecls) {} in ParseStructUnionBody()
3402 FieldDecls.push_back(Field); in ParseStructUnionBody()
3405 } Callback(*this, TagDecl, FieldDecls); in ParseStructUnionBody()
3427 FieldDecls.insert(FieldDecls.end(), Fields.begin(), Fields.end()); in ParseStructUnionBody()
3453 RecordLoc, TagDecl, FieldDecls, in ParseStructUnionBody()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGClass.cpp1507 SmallVector<const FieldDecl *, 16> FieldDecls; in EnterDtorCleanups() local