Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp864 struct TypeExpansion { struct
879 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion() argument
880 virtual ~TypeExpansion() {} in ~TypeExpansion() argument
883 struct ConstantArrayExpansion : TypeExpansion {
888 : TypeExpansion(TEK_ConstantArray), EltTy(EltTy), NumElts(NumElts) {} in ConstantArrayExpansion()
889 static bool classof(const TypeExpansion *TE) { in classof()
894 struct RecordExpansion : TypeExpansion {
901 : TypeExpansion(TEK_Record), Bases(std::move(Bases)), in RecordExpansion()
903 static bool classof(const TypeExpansion *TE) { in classof()
908 struct ComplexExpansion : TypeExpansion {
[all …]