Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp847 struct TypeExpansion { struct
862 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion() function
863 virtual ~TypeExpansion() {} in ~TypeExpansion() argument
866 struct ConstantArrayExpansion : TypeExpansion {
871 : TypeExpansion(TEK_ConstantArray), EltTy(EltTy), NumElts(NumElts) {} in ConstantArrayExpansion()
872 static bool classof(const TypeExpansion *TE) { in classof()
877 struct RecordExpansion : TypeExpansion {
884 : TypeExpansion(TEK_Record), Bases(std::move(Bases)), in RecordExpansion()
886 static bool classof(const TypeExpansion *TE) { in classof()
891 struct ComplexExpansion : TypeExpansion {
[all …]