Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp770 struct TypeExpansion { struct
785 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion() function
786 virtual ~TypeExpansion() {} in ~TypeExpansion() argument
789 struct ConstantArrayExpansion : TypeExpansion {
794 : TypeExpansion(TEK_ConstantArray), EltTy(EltTy), NumElts(NumElts) {} in ConstantArrayExpansion()
795 static bool classof(const TypeExpansion *TE) { in classof()
800 struct RecordExpansion : TypeExpansion {
807 : TypeExpansion(TEK_Record), Bases(std::move(Bases)), in RecordExpansion()
809 static bool classof(const TypeExpansion *TE) { in classof()
814 struct ComplexExpansion : TypeExpansion {
[all …]