Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp600 struct TypeExpansion { struct
615 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion() function
616 virtual ~TypeExpansion() {} in ~TypeExpansion() argument
619 struct ConstantArrayExpansion : TypeExpansion {
624 : TypeExpansion(TEK_ConstantArray), EltTy(EltTy), NumElts(NumElts) {} in ConstantArrayExpansion()
625 static bool classof(const TypeExpansion *TE) { in classof()
630 struct RecordExpansion : TypeExpansion {
637 : TypeExpansion(TEK_Record), Bases(Bases), Fields(Fields) {} in RecordExpansion()
638 static bool classof(const TypeExpansion *TE) { in classof()
643 struct ComplexExpansion : TypeExpansion {
[all …]