Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp2328 llvm::SmallVector<Decl *, 32> FieldDecls; in ParseStructUnionBody() local
2350 llvm::SmallVectorImpl<Decl *> &FieldDecls; in ParseStructUnionBody() member
2353 llvm::SmallVectorImpl<Decl *> &FieldDecls) : in ParseStructUnionBody()
2354 P(P), TagDecl(TagDecl), FieldDecls(FieldDecls) {} in ParseStructUnionBody()
2361 FieldDecls.push_back(Field); in ParseStructUnionBody()
2364 } Callback(*this, TagDecl, FieldDecls); in ParseStructUnionBody()
2384 FieldDecls.insert(FieldDecls.end(), Fields.begin(), Fields.end()); in ParseStructUnionBody()
2410 RecordLoc, TagDecl, FieldDecls.data(), FieldDecls.size(), in ParseStructUnionBody()
/external/clang/lib/CodeGen/
DCGClass.cpp1021 llvm::SmallVector<const FieldDecl *, 16> FieldDecls; in EnterDtorCleanups() local